|
ポワンさん,
次のようにしたらどうでしょう。
//----------------------------------------------//
//Macro1
$k = input("記号は?");
$s = input("数字を1に戻す記号は?");
gofiletop;
#i = 1;
while( 1 ) {
searchdown2 $k + "|" + $s, regular;
if(!result) break;
if( gettext( foundtopx, foundtopy, foundendx, foundendy ) == $s ) {
#i = 1;
right;
} else {
delete;
insert $k +str(#i);
#i = #i + 1;
}
}
endmacro;
//----------------------------------------------//
では, (^^)/~
山紫水明
SANSHISUIMEI
|
|