K
Keith Rebello
I have a set of tables that are in text files and I want my application to
have the values in two-dimensional arrays. The last thing I want to do is
have to type A(0,0) = 5.23, A(0,1)=4.56, ....., etc. in code. There must be
something like resource files I can use.
Please point me in the right direction or provide me with some options.
Thanks.
have the values in two-dimensional arrays. The last thing I want to do is
have to type A(0,0) = 5.23, A(0,1)=4.56, ....., etc. in code. There must be
something like resource files I can use.
Please point me in the right direction or provide me with some options.
Thanks.