> do merge( "get [[x]]()" ) There's one other option you haven't mentioned, and that's the "value" function:
Using Eric's example: on mouseUp local tName, tFunc ----- put "test" into tName put value(tName & "()") into tResult answer tResult -- answers "You win" end mouseUp function test return "You win" end test Ken Ray Sons of Thunder Software, Inc. Email: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
