|
emc827さん,
>見かけ上、秀丸画面は URL有る/無し 同じです。
全角と半角の括弧が混在しているようですね。
次のマクロでやってみてください。
//--------------------------------------------------------//
disabledraw;
gofiletop;
while( 1 ) {
searchdown2 "[((][0-9]{4}[\\))]", regular;
if( !result ) break;
$brand[#i] = gettext( foundtopx, foundtopy, foundendx, foundendy );
moveto foundendx, foundendy;
#i = #i + 1;
}
newfile;
while( #j < #i ) {
insert $brand[#j] + "\n";
#j = #j + 1;
}
replaceallfast "[()()]", "", regular;
endmacro;
//--------------------------------------------------------//
では, (^^)/~
山紫水明
SANSHISUIMEI
|
|