[progress Communities] [progress Openedge Abl] Forum Post: Re: Reading An Array... "backwards"

  • Thread starter Thread starter Patrick Tingen
  • Start date Start date
Status
Not open for further replies.
P

Patrick Tingen

Guest
If you want to know this because you have to do this a gazillion times in a loop, then I think a TT with all the values from your array will be your best friend. I am not aware of some sort of reversed-index instruction to get the position of an element in an array. Other alternative may be to place the array elements in a comma separated list and use the LOOKUP function. But either way, you need to do some extra things before you find the element's position.

Continue reading...
 
Status
Not open for further replies.
Back
Top