Derek Bump wrote:
Can you declare a variable from a variable in Transcript? Like the following...
put "randomVariableName" into newVariableToCreate create variable newVariableToCreate
You may find it useful to use an array for that, with the key serving as the variable name:
put tSomeData into tMyVarsA[newVariableToCreate]
-- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
