ULONG


Standard data type: 32-bit unsigned integer.
Equivalent to Unsigned Long.

Syntax:
dim variable as Ulong

Description:
32-bit unsigned whole-number data type. Can hold values from 0 to 4294967295. Corresponds to an unsigned DWORD.

Examples:
  Dim x As ULong = 0
  Dim y As ULong = &HFFFFFFFF
  Print "ULong Range = "; x; " to "; y
Output:
ULong Range = 0 to 4294967295


Dialect Differences:
Differences from QB:
See also:
Back to Standard Data Types
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki



sf.net phatcode