grandMA3 User Manual Publication
GetTokenName(string)
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » GetTokenName(string)
|
Version 2.0
|
Description
The GetTokenName Lua function returns a string with the full keyword based on the short version string input or nil if there is no corresponding keyword.
Arguments
- String:
The string input should correspond to a short version of a keyword.
Return
- String:
A string with the full keyword is returned.
- OR -
- Nil:
If there is no corresponding keyword, then nil is returned.
Example
This example returns the full keyword matching the short "seq" string:
Lua |
return function() |