Macro. Provides an argument for functions specifying 16-bit (2-byte) signed integer data type.
SINT
INT16
3
writeb("MYFILE",SINT)
writes the series in the current Window to a file named MYFILE as 16-bit signed integer point values ranging from -32768 to +32767. The above example is equivalent to writeb("MYFILE",3).
writeb("MYFILE",INT16)
writes the series in the current Window to a file named MYFILE as 16-bit signed integer point values ranging from -32768 to +32767. The above example is equivalent to writeb("MYFILE",3).
SINT and INT16 are not a stand-alone Worksheet functions. They can only act as an argument for functions, such as READB, WRITEB and other functions with data type arguments.