07/06/29 17:28:58 efLj6cQx0
そういや、たまに検索結果が一括クローズしたくなるな。
というわけで、マクロ作ってみた
*gflush グローバル検索ウィンドウをまとめてクローズ
@@1 = 0
while @@1 < 100
@@2 = getpath(@@1, @@str1)
if @@2 != 0 && @@2 > 3
@@str1[3] = 0
if strcmpi(@@str1, "G検索") == 0
jump(3, @@1)
close()
endif
endif
@@1++
wend
*