CHAROUT Function -- Syntax and Examples

CHAROUT([name][, [string][,start]])

CHAROUT(testdata.txt,VarString,)

writes the contents of VarString to the file "testdata.txt" starting at the current write position

Success = charout(testdata.txt,VarString)

Success contains the number of characters successfully written to "testdata.txt". A value of zero indicates an unsuccess write.

Next