Thread: String Lists
View Single Post
  #10  
Old 08-23-2003, 08:57 PM
Riot-Starter Riot-Starter is offline
Registered User
Join Date: Aug 2001
Location: Central Florida, USA
Posts: 79
Riot-Starter is on a distinguished road
Send a message via AIM to Riot-Starter
Quote:
Originally posted by KainDaMan


You're thinking of aindexof(variable,array)
indexof is for finding the position of partstr in str
indexof(partstr,str)
What kai said is right:
lindexof( str, list ) - position of where the string appears in the string list


indexof() would be for like finding something in the players text or a non-array string
Reply With Quote