Constructing commands from variables

C

Colin

I am constructing the following
forms!formname!pageno.visible=False
from variables held in a table. Specifically the pageno and False/True are
picked up from the table. I'm getting formname using CodeContextObject.

I can build forms!formname!pageno.visible=False by concatenating the
variables and constants, but that gives me a single variable, say xSTR
containg the string.

How can I then get the module to interpret xSTR as
forms!formname!pageno.visible=False?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top