a simple function to print an integer, output will be the current output window, can be the Script Window, the output log or the labtalk console.
int out_int( LPCSTR lpcstr, int nValue )
the number of characters printed
EX1
void out_int_ex1() { int nn = 4; out_int("nn = ",nn); }
out_double, out_str
origin.h