Macro. Provides an argument for functions 64-bit (8-byte) signed integer data type.
INT64
9
writeb("MYFILE", int64)
writes the series in the current Window to a file named MYFILE as 64-bit signed integer point values ranging from -9,223,372,036,854,775,808 to +9,223,372,036,854,775,807. The above example is equivalent to writeb("MYFILE", 9).
INT64 is not a stand-alone Worksheet function. It can only act as an argument for functions, such as READB and WRITEB, and other functions with data type arguments.