Sorry for another syntax question again, but how do I add table entries to and reference a table within a table. Both tables are tables of record types. I’ve tried the below:
Reference:
hosts[c$id$orig_h]$TxDests[c$id$resp_h]$num += 1;
Add entry:
hosts[c$id$orig_h] = [$TxDests[c$id$resp_h]=[$num=1], $state=F];
Thank you,
Brian