Closed
Description
Line 240 in 131d602
The line
else if (Ch = '{') or (Ch = '\') or (Ch = '}') then
should be
else if (AnsiCh = '{') or (AnsiCh = '\') or (AnsiCh = '}') then
Line 240 in 131d602
The line
else if (Ch = '{') or (Ch = '\') or (Ch = '}') then
should be
else if (AnsiCh = '{') or (AnsiCh = '\') or (AnsiCh = '}') then