My text file contains component & cost, comma delimited
I Input these to a 2 dimensional array.
I want to use ARRAY SCAN to find the index of a particular component in order to extract the cost.
I have looked and experimented with the HELP examples for some time but I don't fully grasp the use of the "n+1" in this line:
ARRAY SCAN A(0,0) FOR n+1
and I think this will solve my problem when I fully understand its usage.
Probably a very simple answer, but I'm not that smart with some of the help file example syntax.
Any help appreciated!
Ian B
I Input these to a 2 dimensional array.
I want to use ARRAY SCAN to find the index of a particular component in order to extract the cost.
I have looked and experimented with the HELP examples for some time but I don't fully grasp the use of the "n+1" in this line:
ARRAY SCAN A(0,0) FOR n+1
and I think this will solve my problem when I fully understand its usage.
Probably a very simple answer, but I'm not that smart with some of the help file example syntax.
Any help appreciated!
Ian B
Comment