View Single Post
  #1  
Old 03-18-2005, 10:51 PM
JkWhoSaysNi JkWhoSaysNi is offline
Ruler of the graalaxy
Join Date: Feb 2005
Location: Great Britain
Posts: 488
JkWhoSaysNi is on a distinguished road
Send a message via ICQ to JkWhoSaysNi
Clear string list.

How can I clear a string list?

I tried this... but it doesnt work...

NPC Code:

for (count=0;count=sarraylen(name);count++) {
deletestring name,#v(count);
}



I also tried with #s. It doesnt work either.

Last edited by JkWhoSaysNi; 03-18-2005 at 11:03 PM..
Reply With Quote