Object-Free 関数の ToAddr は、ハンドルをコマンドで使用できるアドレス文字列に変換します。
ハンドル、アドレス、および他の関連する関数については、ハンドル のトピックを参照してください。
選択したシーケンスのアドレスを、番号と名の両方で出力します。
return function () local mySequence = SelectedSequence() -- Print the address to the selected sequence in number and name format. Printf(ToAddr(mySequence)) Printf(ToAddr(mySequence, true))end