Search This Blog

Thursday, October 8, 2009

Simple Code to check values in Array

To check the values of array , delete this code after done
&J = 1;
While &LNARRAY.Next(&J)
WinMessage(&LNARRAY [&J]);
End-While;

No comments:

Post a Comment