G
Glenn
Hello again,
New question, is it possible to do anything similar to PHP where
you're able to use a string as an index to another?
Say you're reading a file of different types of fruit, and wish to
increment at the same time, so you have something like :
fruit[infruit]++;
as you get in new fruit, you have a new column/row of data, basically.
I figure that I can just have a routine that will return the index for
each type of item/fruit, whatever.. was just wondering of the PHP
method was possible at all.
Thanks
Glenn
New question, is it possible to do anything similar to PHP where
you're able to use a string as an index to another?
Say you're reading a file of different types of fruit, and wish to
increment at the same time, so you have something like :
fruit[infruit]++;
as you get in new fruit, you have a new column/row of data, basically.
I figure that I can just have a routine that will return the index for
each type of item/fruit, whatever.. was just wondering of the PHP
method was possible at all.
Thanks

Glenn