SerialNumber()
Description
Section titled âDescriptionâThe SerialNumber Lua function returns the serial number of the grandMA3 hardware or grandMA3 onPC.
Arguments
Section titled âArgumentsâThis function does not accept any arguments.
- String:
The returned string is the serial number of the grandMA3 hardware or grandMA3 onPC.
Example
Section titled âExampleâThis example prints the serial number in the Command Line History:
| Copy CodeLua |
| ``` |
| return function() |
Printf("Serial number: " .. SerialNumber())end