Dear Jan,
Thanks for the tip. It is certainly a lot simpler and far more elegant than my
solution. I wonder how you would deal with a script that includes a repeat loop that
does something like the following:
put 1 into i
repeat 3
put "ETGUG" & i into x
put x into fld i of cd "Results"
add 1 to i
end repeat
I will play with this and see what I come up with.
Jim Wall
> Hi Jim,
>
> I usually do all calculations before applying any
> formatting ; and then I use the format() function ; in
> this case :
> --
> put 1 into i
> repeat 3
> put "ETGUG" & i into x
> add fld x to tAnswer
> add 1 to i
> end repeat
> put format(tAnswer,"%.2f") into field "Answer"
> --
>
> Hope this helped,
>
> Jan Schenkel.
>
> =====
> "As we grow older, we grow both wiser and more foolish at the same
> time." (La Rochefoucauld)
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Friends. Fun. Try the all-new Yahoo! Messenger.
> http://me
ssenger.yahoo.com/
> _______________________________________________
> use-revolution mailing list
> [EMAIL PROTECTED]
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution