mvbasic
mvbasic copied to clipboard
[BUG] MV Basic Extentions compiler does not recognize the SUBR statement
OpenQMx64 3_4_19 VSCODE 1.46.1 Date 2020-06-17 Windows NTx64 10.0.18363 MV Basic / MV Extentions 2.08
A statement such as:
fullName = SUBR("CLIENT.NAME.FORMAT", clientNumber)
is flagged as an error by the compiler. The SUBR statement is a way to call a subroutine as if it were a function, and the compiler should recognize it.