>> >    put format("put \"0\" before xyz") into line 8

Wouldn't 

    put ( "put " & quote & "0" & quote & " before xyz" ) into line 8

also work, without having to resort to using a fancy function like format??

The goal here is to build up the string that represents the script
line... so as long as you keep in mind that certain characters, like
", are interpreted specially, and so can't be used directly, you'll
have no problem.

~~James
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to