We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to use '@bmk commands it results in the following error
'@bmk
Compile Error: Expecting expression but encountered ''@bmk Include getdate.bmk
''@bmk Include getdate.bmk
Sample Code Reference: #610
It was working until the most recent commit
If we comment around the '@bmk commands with Rem and EndRem or remove them completely so they are not called then it builds
Rem
EndRem
Windows 11 x64 BCC version - bcc[ng] Release Version 0.139 BMK version - 3.55
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
When attempting to use
'@bmk
commands it results in the following errorCompile Error: Expecting expression but encountered
''@bmk Include getdate.bmk
Sample Code Reference: #610
It was working until the most recent commit
If we comment around the
'@bmk
commands withRem
andEndRem
or remove them completely so they are not called then it buildsEnvironment
Windows 11 x64
BCC version - bcc[ng] Release Version 0.139
BMK version - 3.55
The text was updated successfully, but these errors were encountered: