Computer Science Canada what does index do in arrays? |
Author: | soulgnat [ Sun Jan 18, 2004 5:58 pm ] |
Post subject: | what does index do in arrays? |
what does index do in arrays? for example ![]() index ("aeiou", s(1)) what is index used for? and what does this do? setscreen ("fill:3") ![]() |
Author: | Tony [ Sun Jan 18, 2004 6:05 pm ] |
Post subject: | |
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 |