Serial function

Returns the OpenInsight serial number.

serial_number = Serial()

The Serial() function returns the string value of the current serial number. The Serial() function can be used to limit the use of application software written in BASIC+ to a specific copy of OpenEngine.

The serial number can be read, but cannot be modified.

* Program will exit, if serial number 299 is not returned.

if Serial() NE 299 then Return
 
**
**
  • guides/programming/programmers_reference_manual/serial.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1