Thread: Array Search
View Single Post
  #3  
Old 08-23-2009, 06:18 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Also remember you can do this for caps-insensitive searching...

PHP Code:
if (array.index(@ player.account) > (- 1)) {
 
// stuff

array.index(obj) returns the index that the object is located at within the array.
__________________
Reply With Quote