S
smk23
Within a function, I need to change the constant I am using in a statement
based on a passed-in string value. For example, I pass in the string value
"pqPartyPhone"
and the constant I need to use is
cstrpqPartyPhone
How can I do this?
based on a passed-in string value. For example, I pass in the string value
"pqPartyPhone"
and the constant I need to use is
cstrpqPartyPhone
How can I do this?