Question

I want to change one member of param array generated by web_reg_save_param_ex, for example, after executing

web_reg_save_param_ex("ParamName=City","LB=>","RB=</option>","Ordinal=All",LAST);

I would like to change {City_1} parameter. Is there a way to do that?

Was it helpful?

Solution

lr_save_string(
     "Llanfairpwllgwyngyllgogerychwyrndrobwyll-llantysiliogogogoch",
     "City_1"
);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top