"McKirahan" <> ha scritto nel messaggio
>> 'does exist something like this? or something like the javascript 'eval'
>> ?
>
> "Eval" exists in VBScript and is described as:
> "Evaluates an expression and returns the result."
>
> "Execute" will do what you want:
> "Executes one or more specified statements."
Perfect, really thank you.
this is what i'm lookink for.
I mentioned the javascript command eval() cause it's exactly the VbScript
Execute().
so...now I know that javascript eval and vbscript eval are false friends
gabba