I am trying to get an array value from network tables in java but can't seem to get it right.
currently using this...
Code:
double[] width = Table.getNumberArray("width");
but I am getting this
Code:
The method getNumberArray(String) from the type NetworkTable is deprecated
how would I fix this?