Hi All,
We got a requirement to pass dynamic value in ordinal paramter.
for(i=0;i<4;i++)
{
web_reg_save_param("ProductID",
"LB=productId=\"",
"RB=\"",
"Ord=2",
LAST);
}
In the above scenario is it possible to send the "i" value in the Ord attribute.
Please help me on this. Thanks in advance.