J
JT
what is the correct way to dynamically build a call to a function in asp? i
have the name of the function i want to call in a dictionary object, this
works to execute the function but the output_value variable does not get
set. any ideas??
functionString = d.Item("create_contract_function_name") 'set variable for
the create contract function name that was retrieved
functionString = "output_value = " & functionString & "(param1, param2)"
Execute functionString
have the name of the function i want to call in a dictionary object, this
works to execute the function but the output_value variable does not get
set. any ideas??
functionString = d.Item("create_contract_function_name") 'set variable for
the create contract function name that was retrieved
functionString = "output_value = " & functionString & "(param1, param2)"
Execute functionString