View Single Post
  #49  
Old 12-05-2003, 07:23 AM
Riot Riot is offline
Delteria Management
Join Date: Nov 2003
Location: Seminole County, Florida
Posts: 280
Riot is on a distinguished road
Quote:
Originally posted by napo_p2p


sorry i meant to say
replaces the string 'text' with new 'text'

I can use #e. I guess this command would just promote laziness ....
You don't need #e:

setstring this.array,a,b,c,def;
this.replace = lindexof(c, this.array);
replacestring this.array,this.replace,replaced;

would replace "c" with "replaced" making this.array = a,b,replaced,def
Reply With Quote