• jroch
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hello

I'm trying to use a Sytem method as in 

String networkId = System.getNetworkId();
but I cannot save it. I get an error. The documentation for the class shows that its supposed to return a string. Any ideas.

Error: Compile Error: Method does not exist or incorrect signature: void getNetworkId() from the type System 

Thanks

john
 
  • June 18, 2017
  • Like
  • 0
Hello

I'm trying to use a Sytem method as in 

String networkId = System.getNetworkId();
but I cannot save it. I get an error. The documentation for the class shows that its supposed to return a string. Any ideas.

Error: Compile Error: Method does not exist or incorrect signature: void getNetworkId() from the type System 

Thanks

john
 
  • June 18, 2017
  • Like
  • 0