Replies: 1 comment
|
That is a valid code example. But to answer your question; No, the code within the Begin/End construct will never be executed, but it will be compiled. Look e.g. on line 127 of the DfDafMac.pkg for a sample usage. The tilde character in the [Found ~Found] expression, means the same as "Not" and is very old DataFlex syntax. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In the help file for refactoring functions under Standard - Line-by-Line menu there is a function called ChangeLegacyIndicators. This has some examples where this line occurs:
Will that example ever occur? I mean the same boolean indicator being tested for both a false and a true value at the same time would never case the expression to be true.
All reactions