G
George Potemkin
Guest
CURRENT-LANGUAGE = CURRENT-LANGUAGE clearing the inactive slots in the -D directory. It takes effect when at the end of current procedure. Example: run any .r or .p procedure. Let's say: RUN test.p. /* e.g. MESSAGE "Hello" VIEW-AS ALERT-BOX.*/ Then check and clear the -D slots: RCODE-INFO:FILE-NAME = "test.p". MESSAGE "Before clearing:" RCODE-INFO:CRC-VALUE VIEW-AS ALERT-BOX. ASSIGN CURRENT-LANGUAGE = CURRENT-LANGUAGE. MESSAGE "Check again" VIEW-AS ALERT-BOX.
Continue reading...
Continue reading...