reyhannuray
9th January 2013, 14:03
Hi,
I want to look for a value in an array elements , is there any function for this? Like WHERE, LOOKUP..
Thanks in advance
mark_h
9th January 2013, 15:09
This is the correct forum for questions like this. The code and utilities forum is for actually sharing code you developed.
There is also a programmers manual on the forum (http://www.baanboard.com/programmers_manual_baanerp_help_3gl_features_iterations). I think what you are looking for is maybe the for or while statement. There are other functions around arrays setup using qss, but that is a different beast.
MilindV
16th January 2013, 07:59
Hi,
qss.search is good function to search a particular value in an array.
refer to prog guide for more information on this function.