squidge
Junior Member
23 Posts |
Posted - Sep 05 2005 : 06:45:48 AM
|
If I turn on overwrite mode, and type an opening bracket inside a quoted string, it seems that VA somehow overrides the overwrite mode, and the bracket is inserted into the text just as if overwrite isn't on.
For example, take the following text: strcpy (RD_Sub, "AAA"); If I now enable overwrite mode, position the cursor over the first 'A', and type an opening bracket, the following occurs: strcpy (RD_Sub, "(AAA"); Whilst the correct behaviour is observerd if VAX is disabled: strcpy (RD_Sub, "(AA");
Version: 1418
|
Edited by - squidge on Sep 05 2005 06:49:10 AM |
|