I need to address an array element using a global variable, but it is being passed through to php and php doesn’t like it.
In the example below, [msi] is a global variable and {init_act[]} is field in a row read from the database.
if ({init_act[[msi]]} == “Login”)
How do I get ScriptCase to recognize the global variable and make the substitution?
BTW,
ScriptCase tried to create a new global called [msi