Index: Tools/CompileEnumerator.cls.xml =================================================================== diff -u -r1529 -r1544 --- Tools/CompileEnumerator.cls.xml (.../CompileEnumerator.cls.xml) (revision 1529) +++ Tools/CompileEnumerator.cls.xml (.../CompileEnumerator.cls.xml) (revision 1544) @@ -98,17 +98,17 @@ If ($L(ToCompile) > $L(EnumeratorKlasse_".cls")) { + Set Input = "" If (VraagBevestiging) { - Set Input = "" While (Input '= "Y") && (Input '= "N") { w !,"Wilt u de boven vernoemde klassen hercompileren? (Y/N)",! read Input } } - If (Input = "Y") + If ('VraagBevestiging) || (Input = "Y") { w !!,"Compileren ...",!! Do $SYSTEM.OBJ.CompileList(ToCompile,"cfvko1",.ErrorLog)