Hi - I got a compile error in CRBasic, while trying to set the TCPPort in my Default.CR6 program.
"line 14: TCPPort is not a Settings Field Name."
Here is the command on line 14: SetSetting("TCPPort",6784)
What is the proper way to set the TCPPort within a program? Thanks for the help.
This should actually be
SetStatus ("PakBusPort",6784)