// 保存したところまでリドゥ (2005/07/09) redo; while (result && updated) { #count = #count + 1; if (#count == 50) goto Fast; redo; } endmacro; Fast: disabledraw; redo; while (result && updated) { #count = #count + 1; if (#count % 100 == 0) { title "リドゥしています... " + str(#count); enabledraw; disabledraw; } redo; } endmacro;