Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] MV Basic Extentions compiler does not recognize the SUBR statement #116

Open
Larrylaswell opened this issue Jun 29, 2020 · 1 comment
Labels
evaluating Issure or enhancement is under evaluation

Comments

@Larrylaswell
Copy link

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.

@kpowick
Copy link
Member

kpowick commented Jun 29, 2020

 fullName = SUBR("CLIENT.NAME.FORMAT", clientNumber)

is flagged as an error by the compiler.

I'm not sure what you mean by this. Are you talking about the linter? No errors or warnings are raised by the extension when I try that construct.

If it is a compilation error then would it not be QM itself raising the error?

Can you provide the text of any error messages and screenshots?

@kpowick kpowick added the evaluating Issure or enhancement is under evaluation label Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
evaluating Issure or enhancement is under evaluation
Projects
None yet
Development

No branches or pull requests

2 participants