Can we assign param value to a string variable?
For example:
web_reg_save_param_ex("paramname=p","LB={something}", "RB={something}", LAST);
How can we store p value in a string variable.
Can we assign param value to a string variable?
For example:
web_reg_save_param_ex("paramname=p","LB={something}", "RB={something}", LAST);
How can we store p value in a string variable.
You can use utility function(lr_save_string() and lr_eval_string()).
web_reg_save_param_ex("paramname=p","LB={something}", "RB={something}", LAST);
lr_save_string(lr_eval_string("{p}"),"localVariable");