1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/internal/help/_INTEGER64__111111164.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

33 lines
1.1 KiB
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:38:13}}
{{DISPLAYTITLE:_INTEGER64}}
[[_INTEGER64]] is an 8 byte number type definition that can hold whole numerical values.
{{PageSyntax}}
: [[DIM]] {{Parameter|variable}} [[AS]] [[_INTEGER64]]
{{PageDescription}}
* Can be used in 32 or 64 bit computers.
* Signed numerical values can range from -9223372036854775808 to 9223372036854775807.
* [[_UNSIGNED]] [[_INTEGER64]] values range from 0 to 18446744073709551615 on 64 bit computers.
* Variable type suffix is '''&&''' or '''~&&''' for [[_UNSIGNED]]. Suffix can also be placed after a literal or hexadecimal numerical value.
* Values can be converted to 8 byte [[ASCII]] character strings using [[_MK$]] and back using [[_CV]].
* Equivalent to INT8 or unsigned as UINT8 in C programming.
* '''When a variable has not been assigned or has no type suffix, the value defaults to [[SINGLE]].'''
{{PageSeeAlso}}
* [[INTEGER]], [[LONG]]
* [[_DEFINE]], [[DIM]]
* [[_UNSIGNED]]
* [[_CV]], [[_MK$]]
* [[PDS (7.1) Procedures#CURRENCY|CURRENCY]]
* [[Variable Types]]
{{PageNavigation}}
[[Category:Latest]]