----------------------------------- soulgnat Sun Jan 18, 2004 5:58 pm what does index do in arrays? ----------------------------------- what does index do in arrays? for example :lol: index ("aeiou", s(1)) what is index used for? and what does this do? setscreen ("fill:3") :) ----------------------------------- Tony Sun Jan 18, 2004 6:05 pm ----------------------------------- index() is used to search for substrings in a string. Has nothing to do with arrays. setscreen() is used to format the output screen. Usually used to change the window size and to go into "offscreenonly" mode