Bug #1536
Comparing to 0 in escape dosen't work
| Status: | Approved | Start date: | 09/22/2016 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Zbigniew Rebacz | % Done: | 0% | |
| Category: | Esc | Spent time: | - | |
| Target version: | Release 2017.1 - NTH |
Description
currentLineLength = GetLineLength(currentLine);
if (currentLineLnegth == 0) {
Echo("The line is empty.");
return;
}
GetLineLength is introduced by me in new function. To check that line is empty I need to do <= 0.