Selecting a word with underscore Symbol (_) is not fully selected with a double click, in the [Windows IDE].
Code: Select all
ABC_DEF_123Thank you in advance.
Code: Select all
ABC_DEF_123Code: Select all
Try
lines that can cause errors
Catch
lines to execute on error
EndCatch
Code: Select all
@IF #HW_AMIGA
@ELSEIF #HW_MACOS
@ELSEIF #HW_LINUX
@ELSEIF #HW_WINDOWS
@ELSE
@ENDIF