View Single Post
  #7  
Old 12-10-2006, 06:08 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by contiga View Post
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.
Hmm, ok

One last question: can I set a member directly? Since when I load a member
by using obj.loadvars() it appears as an array, like if I did echo( arcnames[ 0]) it would return the first member, so.. Can I set it directly?

PHP Code:
object.arcnames0] = "foo"
This is for the ammount stuff, to change an current ammount of an arc
__________________
Reply With Quote