[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FEMM] force output format?



I'm running into a problem, the format command seems to only be able to be 
called twice within a script before an error is given.

this is what I would like to use:
write(format('%03d',x),"\n",format('%03d',y),"\n",format('%3.10f',C),"\n",format('%3.10',E),"\n")

but if I have more than two format commands it gives me an error. if I try 
splitting the write command into two lines it still won't work. I'm 
performing this all within a double "for" loop.

Anyone know or can think of a way around this?
Thanks!

-- 
Steven Adeff