grandMA3 User Manual Publication

SerialNumber()

grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » SerialNumber()
Version 2.0

Description

The SerialNumber Lua function returns the serial number of the grandMA3 hardware or grandMA3 onPC.

Arguments

This function does not accept any arguments.

Return

  • String:
    The returned string is the serial number of the grandMA3 hardware or grandMA3 onPC.

Example

This example prints the serial number in the Command Line History:

Lua
return function()
Printf("Serial number: " .. SerialNumber())
end