PARTITION$
From CometWiki
(Difference between revisions)
(New page: '''PARTITION$''' System variable: PARTITION$ Length: 3 Description: The system variable named PARTITION$ is a three-byte string containing the identification number of the partitio...) |
|||
| (One intermediate revision not shown) | |||
| Line 1: | Line 1: | ||
'''PARTITION$''' | '''PARTITION$''' | ||
| + | <pre> | ||
System variable: PARTITION$ | System variable: PARTITION$ | ||
Length: 3 | Length: 3 | ||
| - | Description: The system variable named PARTITION$ is a three-byte string containing the identification number of the partition running the current program. | + | Description: |
| - | This value is in the form "Pnn", where "nn" is a value from "00" to "99". | + | The system variable named PARTITION$ is a three-byte string containing the identification number of the partition running the current program. |
| + | This value is in the form "Pnn", where "nn" is a value from "00" to "99"..</pre> | ||
Latest revision as of 05:14, 1 June 2009
PARTITION$
System variable: PARTITION$
Length: 3
Description:
The system variable named PARTITION$ is a three-byte string containing the identification number of the partition running the current program.
This value is in the form "Pnn", where "nn" is a value from "00" to "99"..