Enigma: how to quote zero

James Steiner gregortroll at gmail.com
Fri Feb 11 21:21:43 EST 2005


>> >    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


More information about the use-livecode mailing list