Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Command to execute a dynamic statement?

Status
Not open for further replies.

ryan

Programmer
Nov 13, 2000
73
US
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top