View Single Post
  #18  
Old 11-01-2003, 04:57 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by ForgottenLegacy
I have another idea:

Have the string commands that we take for granted (replacestring, insertstring, deletestring, removestring) be usable for arrays. Like, have a 'replacearray' command, or 'insertarray' or 'deletearray' etc...
in the new engine... and why would you need replacearray? oO var[index]=
Reply With Quote