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メモリノートパッドの文字数
notefindメモリノートパッド検索

サンプル逆引き (39)

(HSP3) sample5 [AVISave].hsp
(HSP3) sample6 [DeviceCapacity].hsp
(HSP3) sample7 [LogCheck].hsp
01_Sample_SMART.hsp
04_Sample_NotepadAdminRun.hsp
ahtman_kw.hsp
cl_dirlist.hsp
cnvsrc.hsp
csvnote.hsp
csvstr.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
notefind.hsp
poker.hsp
regtest2.hsp
sample19.hsp
sample20.hsp
sample24_DVDPlayer.hsp
sample30.hsp
sampview.hsp
tamane_jump.hsp
test1.hsp
test2.hsp
utftest1.hsp
utftest2.hsp
utftest3.hsp
utftest4.hsp

情報

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