asciioutput
Posted: Thu Jan 27, 2011 12:44 pm
Hi
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...
The asciioutput errors as soos as I add the 'temp' keyword. "temp" was defined in the "Variables" tab, as Numeric.
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!
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!