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..