a simple function to print a double value, output will be the current output window, can be the Script Window, the output log or the labtalk console.
int out_double( LPCSTR lpcstr, double dbValue )
the number of characters printed
EX1
void out_double_ex1() { double vv = sin(3.14); out_double("vv = ",vv); }
out_str, out_int
origin.h