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: [EMAIL PROTECTED]
W: http://www.tactilemedia.com


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to