08/04/12 21:00:38 fbsCudSM0
>>918
次のマクロではどうでしょう。
//-----------------------------------
#c = hidemarucount;
while( #i < #c ) {
#handle = hidemaruhandle(0);
if( filetype == "exeresult" ) #ft = 1;
else #ft = 0;
nexthidemaru;
if( #ft ) closehidemaru #handle;
#i = #i + 1;
}
endmacro;
//-----------------------------------