
06-08-2002, 03:40 AM
|
|
Squeaker of Soles
|
 |
Join Date: Nov 2001
Location: The Netherworl...lands
Posts: 1,366
|
|
Re: O.o String arry = non-p2p?
Quote:
Originally posted by user13-xo
I have heard of loops (duh) but string arrays?? i heard of lists too but still string arrays? :O Can u explain or will i have to ponder....
|
This is the excerpt from newfeatures.txt about string arrays:
Quote:
- String arrays! they are saved in normal flags/string
variables and look like 'myarray=123,"45",67,"8,9"'
Commands/Functions:
addstring list,text;
insertstring list,index,text;
replacestring list,index,text;
removestring list,text;
deletestring list,index;
sarraylen(list)
lindexof(list,text)
#I(list,index) - gives you the string on place 'index'
|
Most of them speak for themselves, at least in my opinion. |
__________________
ICQ: 125283920
MSN: [email protected]
AIM: Squeax0r
Squeaker seems unable to access the forum using this account.. tis a sad day.
Now with occasional Asuka flavour! Ooops a bit too much...
Asuka should be king of Dustari!
"Y'know, some days even my lucky rocketship underpants don't even help."
|
|
|
|