Thread: arrays
View Single Post
  #4  
Old 03-10-2002, 08:04 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
also, there are string arrays, there are specific commands for them:
(from newfeatures2001.txt)
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)
Reply With Quote