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.
Return
Section titled “Return”- 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