Code completion does not work if a string contains ';' (semicolon)

Claus Pedersen

Member³
I have the code in e.g. a program window:
Code:
tester := sys.standard.replace (srcstr => 'test',
                                oldsub => ';',

When I press F6 in the end of line two to get code completion, nothing happens.
If I replace ';' by e.g. '?', it works as expected.

Somehow, the parser does not recognise ';' as a string

I am using version 16.0.1.2149
 
Back
Top