notesel

対象バッファ指定

notesel p1

p1=変数 : バッファを割り当てた変数名

解説

p1で指定した変数をメモリノートパッド命令のバッファに設定します。

p1で指定した変数は、強制的に文字列型に変更されます。
他のメモリノートパッド命令(noteget,noteadd,notedel,noteinfo)を使用するためには、最初に notesel命令で対象となるバッファを設定しなければなりません。

サンプル

notesel a
noteadd "test strings"
mes a
stop

関連項目

noteunsel対象バッファの復帰
noteget指定行を読み込み
noteadd指定行の追加・変更
notedel行の削除
noteinfoメモリノートパッド情報取得
notemaxメモリノートパッドの行数
notesizeメモリノートパッドの文字数

サンプル逆引き (23)

ahtman_kw.hsp
cl_dirlist.hsp
cnvsrc.hsp
demo.hsp
editor.hsp
elm2d_edit.hsp
ftime.hsp
getenv.hsp
mapedit.hsp
memfile.hsp
memnote.hsp
mkpack.hsp
nkfcnv.hsp
nkfcnv.hsp
note1.hsp
note2.hsp
noteadd.hsp
poker.hsp
regtest2.hsp
sampview.hsp
test3.hsp
test4.hsp
test5.hsp

情報

バージョン3.31
作成日2012/05/29
著作者onitama
URLhttp://hsp.tv/
備考ver3.31標準命令
タイプ内蔵命令
グループ文字列操作命令
対応環境
  • Windows 版 HSP
  • コマンドライン版 HSP
  • HSPLet
hs ファイルhsphelp\i_string.hs