>Hi guys,
>Just by looking at the names ("format", "print"), I would expect:
>  - format.jal not to print anything, but provide a way to eval things >like 
>"%s %4.2f". Functions would return formatted strings. The fact there >are 
>actually procedures with an output device as parameter keeps me get >confused 
>as it's just not involved in formatting data

Well, I think it is just that: It converts numbers to strings. But, as handling 
string variables is not very efficient in JAL is uses the volatile option. You 
can use your own 'put pseudo variable, and you will get, one char after the 
other, the resulting string.

You can however, if you like, have that string passed on to some output routine 
directly.

How would you like to have the string given back?

Greets,
Kiste


-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to