You need to sign in to do that
Don't have an account?

Error: Compile Error: Method does not exist or incorrect signature: void getNetworkId() from the type System
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
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
Try it with Network.getNetworkId();
All Answers
Try it with Network.getNetworkId();