I assume blanks are the problem. Say array1 has source data and array2 is for output without the blank records.
size array1 and 2 as same
j = 1
for i = 1 to ubound(array1)
if array1(valuex) <> "" then
array2(j) = array1(i)
j = j+ 1
next
at the end the array2 will have less values...
Quick and dirty solution, define 3 user passwords and depending on which one is used on entry make various components on the visible/enabled or not. a global would hold the status of the user, so all you have to do is decode the password and assign the status global value accordingly
luck!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.