User Tools

Site Tools


ulong_four_byte_unsigned_integer_.htm
Navigation:  Language Reference > 3 - Variable Declarations > Data Types >====== ULONG (four-byte unsigned integer) ====== Previous pageReturn to chapter overviewNext page
label ULONG([initial value]) [,DIM( )] [,OVER( )] [,NAME( )] [,EXTERNAL] [,DLL] [,STATIC]
[,THREAD] [,AUTO] [,PRIVATE] [,PROTECTED]

blk2blue.jpg

ULONG A four-byte unsigned integer.

Format:     magnitude

      |……………….|

Bits:  31                  0

Range: 0 to 4,294,967,295

initial value A numeric constant. If omitted, the initial value is zero, unless the AUTO attribute is present.
DIM Dimension the variable as an array.
OVER Share a memory location with another variable.
NAME Specify an alternate, “external” name for the field.
EXTERNAL Specify the variable is defined, and its memory is allocated, in an external library. Not valid within FILE, QUEUE, or GROUP declarations.
DLL
ulong_four_byte_unsigned_integer_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1