34 21 36 56 36 28 78 6a 7b 7c
7d a6 52 b5 51 81 76 65 61 21
23 53 63 63 5a 5b 65 61 86 b8
85 47 4b 48 46 43 d6 4d d4 2d
24 24 c2 b2 82 16 17 18 17 1b
12 18 16 5h 3h a2 b2 4h 5h 68
52 31 3h
I have the above String (note that there's a ENTER char (chr(13)) between lines)
I need to remove all the ENTER and then put the numbers into an array
Say
34 --> array_name[1]
21 --> array_name[2]
...
Is it possible?


Reply With Quote







