a simple function to print a string, output will be the current output window, can be the Script Window, the output log or the labtalk console.
int out_str( LPCSTR lpcstr )
the number of characters printed
EX1
void out_str_ex1() { string str = "test"; out_str(str); }
function will auto set focus to next line after output, "\r\n" is auto added in the end
out_double, out_int
origin.h