msap
7 years agoFrequent Contributor
return function
what does return mean in this case?
I am trying to search a value from group of records in a grid and should match the OrderID(value from different grid)
if(equal(Grid.wValue(i,"Order ID"),OrderID))
return i;
return -1;
if I run this it doesnot show anything in message .I am not sure whther matching happening or not.
any suggestions please