I wish to bring data from text file into array so I can draw shapes on a form from using the co-ordinates and shape specified each line of the files. TEXT format is:
; lines
L 3.0 3.0 0 -9.1,notes
; lines
L 1.9 1.3 6.7 -4.6, notes2
; circle
C 1.9 1.3 6.7, comment.

Can anyone please tell me how to get this into to an array and then subquently read the array so Then I am able to set the shape properties (position,etc).for each shape relative to each line/circle etc?
Thanks!