Yep, as it seems, the string is coped alright, only it displays it s 1st element in the edit box.
If i iterate like so; dat[1], dat[2] etc all characters show up in proper sequence, but only one at a time. :P
How could I make the whole string appear and not just the individual elements of the...