hi everyone,
this is not same thread, this is my different problem.
stringvar a := "";
numbervar i;
numbervar b := array({?subcat - ProductSubcategoryID})
for i := 1 to count({?subcat - ProductSubcategoryID})
step 1
do
a := a & b
a;
above code given me error - number,currencr,datetime,string is expected here.
any help is appriciated
thanks.