Enigma: how to quote zero
Dar Scott
dsc at swcp.com
Thu Feb 10 13:31:17 EST 2005
On Feb 10, 2005, at 6:06 AM, Kresten Bjerg wrote:
> I am trying to script a handler to produce buttons with scripts
> including lines which contain "0". but use of quote & 0 & quote (or
> zero) just reproduce the word "quote" instead of the needed "s.
I'm having trouble understanding your goal or problem.
This works for me:
on mouseUp
put quote & 0 & quote
end mouseUp
==>
"0"
Dar
--
**********************************************
DSC (Dar Scott Consulting & Dar's Lab)
http://www.swcp.com/dsc/
Programming Services and Software
**********************************************
More information about the use-livecode
mailing list