Quote:
Originally Posted by Chompy
hmm, was 0 overwrite, or was 1 that?
btw, obj.remove(obj2) do that also work? (Removing of items  )
|
0 = overwrite
1 = create (a) new line(s) (simply a copy of the old stuff, + some added stuff (in this case))
_
obj.remove( obj2) would work, just don't fill in an index number for obj2, but the actual text to remove, and it will search for it's position in the string, and remove it.