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