on control_login I have global variable
sc_set_global ($sm_global_login];
if I use blank form to echo this variable
echo [$sm_global_login];
following error occurs
Parse error: syntax error, unexpected ‘[’
same error happens if I set one of form fields to use this variable
{loginid} = [$sm_global_login];
note : this happened after updating scriptcase.
advice !
best