This is probably one of those situations where I can't see the forest for the trees, but it's been driving me crazy for two days now. I have the following lines of code:
set decimals to 9
rtnval=transform(val(workval),'999,999,999.999999999')
When I write the rtnval to a text file there are only 8 decimals instead of 9 and I need that extra position. What am I overlooking?
set decimals to 9
rtnval=transform(val(workval),'999,999,999.999999999')
When I write the rtnval to a text file there are only 8 decimals instead of 9 and I need that extra position. What am I overlooking?