you can either do
Code:
NetworkTables.getTable("table/someSubTable")
or
Code:
NetworkTables.getTable("table").getSubTable("someSubTable")
if it doesn't exist, it will automatically be created.
__________________
FRC Team 1684 - Head Programmer (2013-2016)
FRC Team 5460 - Programming Mentor (2015-2016)

FIRST in Michigan - Technical Crew (2015-continuing)