what does index do in arrays?
Author |
Message |
soulgnat
|
Posted: 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") ![Smile Smile](images/smiles/icon_smile.gif) |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Tony
![](http://wiki.compsci.ca/images/f/f4/OniTony.gif)
|
Posted: Sun Jan 18, 2004 6:05 pm Post subject: (No 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 |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
![](images/spacer.gif) |
|
|