You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that the GOSUBS are not indented. The CATCH statement is not outdented to match the TRY statement and the END statement gets outdented and its outdent becomes the base line indent for all future statements. The END statemement and all following statements should match the indent of the TRY statement.
The text was updated successfully, but these errors were encountered:
kpowick
changed the title
[BUG] MV Basic Extention - Formater does not understand TRY-CATCH-END Constructs
[BUG] Formater does not understand TRY-CATCH-END Constructs
Jun 29, 2020
OpenQMx64 3_4_19
VSCODE 1.46.1 Date 2020-06-17
Windows NTx64 10.0.18363
MV Basic / MV Extentions 2.08
The formater does not handle the TRY - CATCH- END CONSTRUCT
For example this is what a TRY-CATCH-END construct should look like
However when you format it it comes out as:
END
makeWritableCmd = 'attrib -r ':sysPath:'':toLibrary:'':toProgram
setReadOnlyCmd = 'attrib +r ':sysPath:'':toLibrary:'':toProgram
delFromFileCmd = 'DEL ':sysPath:'':fromLibrary:'':fromProgram
Note that the GOSUBS are not indented. The CATCH statement is not outdented to match the TRY statement and the END statement gets outdented and its outdent becomes the base line indent for all future statements. The END statemement and all following statements should match the indent of the TRY statement.
The text was updated successfully, but these errors were encountered: