LONGYEAR$
From CometWiki
(Difference between revisions)
(New page: LONGYEAR and LONGYEAR$ System variable: LONGYEAR Length/precision: 4.0 Description: The system variable named LONGYEAR is a four-digit numeric variable whose value equals the curr...) |
|||
| Line 1: | Line 1: | ||
| - | LONGYEAR and LONGYEAR$ | + | '''LONGYEAR and LONGYEAR$''' |
| + | <pre> | ||
System variable: LONGYEAR | System variable: LONGYEAR | ||
Length/precision: 4.0 | Length/precision: 4.0 | ||
Description: | Description: | ||
| - | + | The system variable named LONGYEAR is a four-digit numeric variable whose value equals the current year (e.g., 1996). | |
| + | This value is obtained from the DOS system date. | ||
| Line 12: | Line 14: | ||
System variable: LONGYEAR$ | System variable: LONGYEAR$ | ||
Length: 4 | Length: 4 | ||
| - | Description: The system variable named LONGYEAR is a four-byte string whose value equals the current year (e.g., "1996"). This value is obtained from the DOS system date. | + | Description: |
| + | The system variable named LONGYEAR is a four-byte string whose value equals the current year (e.g., "1996"). | ||
| + | This value is obtained from the DOS system date. | ||
| + | </pre> | ||
Latest revision as of 04:37, 1 June 2009
LONGYEAR and LONGYEAR$
System variable: LONGYEAR
Length/precision: 4.0
Description:
The system variable named LONGYEAR is a four-digit numeric variable whose value equals the current year (e.g., 1996).
This value is obtained from the DOS system date.
--------------------------------------------------------------------------------
System variable: LONGYEAR$
Length: 4
Description:
The system variable named LONGYEAR is a four-byte string whose value equals the current year (e.g., "1996").
This value is obtained from the DOS system date.