Hi, just a quick specific question;
Basically, I have a class called Routers in RouterATable.fx. In this file, I have defined routers from RouterB to RouterO, which all store information such as Destination IP, Source IP etc.
I also have a
string which stores the names of all the routers:
In another file, called RouterCalculator, I am trying to call information from each router using a while loop in the following way:
This doesnt work because of the Routers[a] bit. If i rewrite that code with RouterATable.RouterB.IP, thats fine, even though Routers[a] = RouterB at the first instance of the while loop, it doesnt work. Any help please ??? Thanks a lot!