[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Beginner's question



you can convert from number to Character and edit it as required and then
write it to the file

Venu


move #var to $var
let  $var   = edit($var,'9999999.99999')

write n from $var:13


Note while writing you need to count the decimal also

Hope this will help you

Venu