Hi people i want to know if there is possible to send more than 2 parameters with sc_redir
the web help said this:
sc_redir (Application, Parameter01; Parameter02; Target, Error)
More than one parameter, must be separated by semicolon (
when i pass something like this:
sc_redir(destination_app,glo_curp=[glo_curp];glo_email={xemail};par3={xemail};par4=99,"_parent");
in destination app i do a
echo β<br>Par01β.[glo_curp]; #It has Data
echo β<br>Par02β.[glo_email]; #It has Data
echo β<br>Par03β.[par3]; # No Data
echo β<br>Par04β.[par4]; # No Data
Thanks