--- Derek Bump <[EMAIL PROTECTED]>
wrote:
> Can you declare a variable from a variable in
> Transcript?  Like the
> following...
> 
> put "randomVariableName" into newVariableToCreate
> create variable newVariableToCreate
> 
> 
> Derek Bump
> 

Hi Derek,

You can use the "do" command to create a local
variable :
--
put "randomVariableName" into newVariableToCreate
do ("local" && newVariableToCreate)
do ("put 12345 into" && newVariableToCreate)
--

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time."  (La 
Rochefoucauld)


        
                
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to