Description
Section titled âDescriptionâThe Version Lua function returns the software version.
Arguments
Section titled âArgumentsâThis function does not accept any arguments.
- String:
The returned string is the version of the grandMA3 software.
Example
Section titled âExampleâThis example prints the software version in the Command Line History:
| Copy CodeLua |
| ``` |
| return function() |
Printf("Software version: %s", Version())end