how do you output a set of records in a map screen given that you should only output 10 records at a time (supposing you have around 1000 records) someone suggested using array but how do you use that in a map editor? i'm using a map like below:
USER ID FIRST NAME LAST NAME
----------- -------------- -------------
<records are outputted here>
<records are outputted here>
<records are outputted here>
yep. done it with natural...
Thanks for the reply guys
i extracted first the data and placed it in temporary arrays.. there i made a logic for doing it only by tens.. thanks