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") |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
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. |
|
|
|
|
|
|