bachus
03-27-2007, 04:13 AM
Hello all,
I was wondering if it is possible to store commands in variables, then execute the commands through the variable name?
Say,
frame 1:
var varcommand=stop();
frame 2:
varcommand;
I ponder this, as I would like to load variables from a text file that are specific commands.
Is it possible? If not, any suggestions to accomplish this another way?
I appreciate any help, and thanks in advance.
I was wondering if it is possible to store commands in variables, then execute the commands through the variable name?
Say,
frame 1:
var varcommand=stop();
frame 2:
varcommand;
I ponder this, as I would like to load variables from a text file that are specific commands.
Is it possible? If not, any suggestions to accomplish this another way?
I appreciate any help, and thanks in advance.