Only people familiar with Java or Flash scripting will know what i am talking about.

but I am looking for an eqivalent for the Eval () function of Java.

For those who are not familiar with Java, what eval does is the following.

considering eval woks in VB you would be able to do this :

dim vCommand as string

vCommand = "Me.caption = 1"

Eval (vCommand) ' Will actually execute the string passed to it at RUN TIME ... which pretty usefull sometimes.