Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Error setting TCPPort using SetSetting() command


HydroChris Dec 13, 2018 08:39 PM

 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. 


Notso Dec 14, 2018 04:53 PM

This should actually be

  SetStatus ("PakBusPort",6784)

Log in or register to post/reply in the forum.