local variable
"Skip: Boolean;" has been mistakenly converted to "Skip(): Boolean;"
".MODIFY(" should be ".Modify("
"DATABASE::" should be "database::"
"SETAUTOCALCFIELDS" should be "SetAutoCalcFields"
"UNTIL " should be "until "
".MODIFYALL(" should be ".ModifyAll("
"STRMENU(" should be "StrMenu("
".CLOSE()" should be ".Close()"
"GETRANGEMIN(" should be "GetRangeMin("
"GETRANGEMAX(" should be "GetRangeMax("
"COMPRESSARRAY" should be "CompressArray"
Hi
local variable "Skip: Boolean;" has been mistakenly converted to "Skip(): Boolean;"
".MODIFY(" should be ".Modify(" "DATABASE::" should be "database::" "SETAUTOCALCFIELDS" should be "SetAutoCalcFields" "UNTIL " should be "until " ".MODIFYALL(" should be ".ModifyAll(" "STRMENU(" should be "StrMenu(" ".CLOSE()" should be ".Close()" "GETRANGEMIN(" should be "GetRangeMin(" "GETRANGEMAX(" should be "GetRangeMax(" "COMPRESSARRAY" should be "CompressArray"
Matteo