Which computer languages will allow code that dynamically extracts a variable name from a string, like user types in an argument “hhh”, and the code then knows to reference a variable with the identifier: hhh? Thanks for your help.
Which computer languages will allow code that dynamically extracts a variable name from a
Share
The associative array is probably a better idea to use, but just in case, php supports this without putting the code inside an eval function: