View Single Post
  #1  
Old 12-04-2002, 09:48 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
indexof functions

I want indexof functions like lindexof, aindexof, and indexof to make an array if more than one instance of the character(s) to check for is found, like

this.temp={5,4,3,2,1,5};
this.test = aindexof(5,this.temp);
will make
this.test=0/{0,5} <-- an array

what do you think?

Last edited by Python523; 12-04-2002 at 10:02 AM..
Reply With Quote