Problem creating set of variables
Scott Rossi
scott at tactilemedia.com
Fri Dec 1 16:25:06 EST 2006
Recently, Jim Ault wrote:
> I think you are correlating
>
> put empty into fld ("myName" & x)
> --to--
> put empty into ("myVar" & x)
>
> In both cases, Rev resolves the parens to a string, thus the second one does
> not make sense.
Just FYI... Jim's right: the latter doesn't work as written, but you can
*make* it work using the do construct:
do "put empty into myVar" & x
Regards,
Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-----
E: scott at tactilemedia.com
W: http://www.tactilemedia.com
More information about the use-livecode
mailing list