Wednesday
Apr082009
using functions directly in WRITE command
Wednesday, April 8, 2009 at 10:21AM In order to use functions directly in the WRITE command enclose the function statement in square brackets [].
E.g. WRITE [AINT(3.14)]
Wednesday, April 8, 2009 at 10:21AM In order to use functions directly in the WRITE command enclose the function statement in square brackets [].
E.g. WRITE [AINT(3.14)]
Reader Comments