Hello everyone, I have a strange problem.
Basically, I’ve got a flat text file which contains data that looks like this (plus another 200 lines similar):
[1,1,3,8,4,6,1,19,11,10,0,0,38,2,4,0],
[1,1,3,8,4,6,1,19,11,10,0,0,38,2,4,0],
[1,1,3,8,4,4,1,17,10,9,0,0,38,2,4,0],
[1,1,3,8,4,5,1,14,9,13,0,0,35,2,5,0],
But when I copy and paste into Flash I just get random sections. Usually no longer than a couple of lines. Like this:
[1,1,3,8,4,6,1,19,11,10,0,0,38,2,4,0],
3,8,4,6,1,19,11,10,0,0,38,2,4,0
[1,1,3,8,4,4,1,17
[1,1,3,8,4,5,1,14,9,13,0,0,35,2,5,0]
I’ve tried URLLoading it and get the same result. It’s weird.
If you have any ideas I’d be really glad to hear them. It’s driving me a bit crazy.
Thanks in advance
M