y.tack製作(主にHSP)なmoduleを管理するwiki

タグ検索でhsp20154件見つかりました。

2sinn

#uselib "msvcrt" #cfunc strtol "strtol" str, nullptr, int #module // 1or2 2進数データを 0or1 2進数データ に変換 #defcfunc get_12to01 str p_str,local p_tmp,local _2sinn_ar,local tmp_l,local tmp4peek,local r_str ;p_tmp="112212" p_tmp=p_str dim _2sinn_ar,40 tmp_l=strlen(…

https://seesaawiki.jp/modu_zazann/d/2sinn... - 2016年02月01日更新

del_en

=|BOX| sdim _4note,64000 notesel _4note _4note="a\n\n\n\n" del_last_en mes notemax stop #module #deffunc del_last_en if notemax>=1{ tmp_str_b="" *tmp_begin_del noteget tmp_str_b,(notemax-1) if tmp_str_b=""{ notedel (notemax-1) }else{ re…

https://seesaawiki.jp/modu_zazann/d/del%5fen... - 2015年07月26日更新

count_colon_of_line_num

=|BOX| #module // indexの値に関わらず文字列の始めが0から数えた値に // 検索文字列を加えて返す関数 // s1:調べる文字列 // index:調べ始めるindex // s2:検索対象の文字列 // 昔書いた命令w #defcfunc instr_LL var s1,int index,str s2,local loc_n,local loc_l await 1 // 文字列の中を検索 loc_n=instr(s1,index,s2) // その文字列がないので-1を返す …

https://seesaawiki.jp/modu_zazann/d/count%5fcolon%... - 2015年07月26日更新

HSP_2015_bleach.hsp

=|BOX| #module bleach ar_bleach_list #modinit dim ar_bleach_list,260 repeat 260 ar_bleach_list.cnt=-1 loop return #modfunc set_bleach_youso int p ar_bleach_list.p=1 return #modfunc do_bleach val p_v_s repeat 258 if ar_bleach_list.cnt==-1{ p_v_…

https://seesaawiki.jp/modu_zazann/d/HSP%5f2015%5fb... - 2015年07月12日更新

contents(2) hsp2015(4)

管理人/副管理人のみ編集できます