Question
Dynamic Variables
I am trying to use data I pulled from my data base to
assemble variable names. The first part is a call to the form.
scope, the second part is query data, and the third part is hard
coded part of the naming structure.
Example:
form.query_name.query_information_hard_coded_string
Tried using:
form.#query_name.query_information_#hard_coded_string
This comes out as:
form.query_name.query_information_hard_coded_string
This is the correct variable name but I can not get the value out of it.
Any help would be great.
Thanks
Example:
form.query_name.query_information_hard_coded_string
Tried using:
form.#query_name.query_information_#hard_coded_string
This comes out as:
form.query_name.query_information_hard_coded_string
This is the correct variable name but I can not get the value out of it.
Any help would be great.
Thanks