Hey. I have a multiline editbox, and i want to save the info in an ini file, AS IS. I can use $didtok($dname,ID,32) which works normally, but if everything in the box is one word, for example: WEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE (yes it wasnt my idea, someone testing it wanted an alias to say that.

) ... if that is the case, it will be broken up with a space (WEEEEEEEE EEEEEE). Any idea as to how I can avoid it, and take the text in the editbox as is?