View Single Post
  #1   Spotlight this post!  
Unread 25-03-2016, 20:51
Jeringo Jeringo is offline
Registered User
FRC #4749
 
Join Date: Jan 2016
Location: Atlanta
Posts: 10
Jeringo is an unknown quantity at this point
getNumberArray(String) is deprecated

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?