grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » HandleToStr(handle) | Version 2.2 |
The HandleToStr Lua function converts a handle into a string in a hexadecimal number format.
See the Handle topic for more info regarding handles and links to other related functions.
This example prints the handle hex number for the selected sequence. It also converts the string back to a handle and uses this to print the name of the sequence:
Lua |
return function() |