Hi,
I have a text file which looks like this
------------------------
N1 G98 G21 G34
N2 G43 G87 G92
and so on......
------------------------
I want to seperate all the numbers that appear after each 'G' and put it in an array. For example, in the above example, I want to store 98, 21, 34, 43, 87 and 92 in an array. Please help me out with this.
Regards
Cruiser Controls
Mumbai, India