| grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » HandleToStr(handle) | Version 2.2 |
HandleToStr 関数は、ハンドルを16進数形式の文字列に変換します。
ハンドルの詳細や関連関数については、ハンドル を参照してください。
選択されているシーケンスのハンドルを16進数文字列に変換して出力します。また、この文字列をハンドルに変換し、これを用いてシーケンス名を出力します。
Lua |
return function() Printf("The string (in hex format with 'H#' in front) for the handle of the selected sequence: %s",HandleToStr(SelectedSequence())) end |