
May 2nd, 2000, 05:51 PM
|
|
Junior Member
|
|
Join Date: Apr 2000
Posts: 10
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Just reverse the logic, and instead of using the isempty() function, just write the if statement with the call to the part of the array you are checking. If it doesn't exist, the if statement will come back false, and voila! you've got yourself your answer and without having to run an unecessary function call! *<(:-{)
------------------
Let me know if this helps, Cryption
[This message has been edited by Cryption (edited May 02, 2000).]
|