I am using "asciioutput" to output to a file the values calculated in a TI process
It errors when I try to output a numeric value.
my code...
Code: Select all
temp = CellGetN('atm test','Volume', abank, ateamno, acentre, teamtype, 'Totkm', aregion, adate);
asciioutput ('aa.txt',astats,aregion,ateamno,adate,aservtype, temp);
How do I convert ths numeric value to string to be seen in the output file? Or is there any other way I can "trap" values for debugging?
Thanx!