Hello all,
Is it possible to reference a table by a token label?
For example I have 4 global tables each one for a rack.
In PF I need to write in the table which corespond to each rack. For The racks I have a token.rack label which have values like rack1, rack2 etc.
How can I define a table like Table rack_to_write = Table("token.rack");
Thank you.