I'm trying to figure out what the command is the execute a incomplete statement meaning this:
Usually in VBScript to directly type something like:
Object.Method
but what if that statement is in a a for-loop and I'm not sure what Object or Method is? How would I do something like this:
ExecuteThisStatement(myObject & "Read" = True)
ExecuteThisStatement(myObject & "Write" = True)
Get my point? It's gotta be in there I would think, I used it all the time in ColdFusion.
Thanks!
Usually in VBScript to directly type something like:
Object.Method
but what if that statement is in a a for-loop and I'm not sure what Object or Method is? How would I do something like this:
ExecuteThisStatement(myObject & "Read" = True)
ExecuteThisStatement(myObject & "Write" = True)
Get my point? It's gotta be in there I would think, I used it all the time in ColdFusion.
Thanks!