Article: Q59562
Product(s): See article
Version(s): 7.00 7.10 | 7.00 7.10
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | SR# S900306-120 docerr | mspl13_basic
Last Modified: 8-JAN-1991
The following sentence describing the INSTR function on Page 138 of
the "Microsoft BASIC 7.0: Programmer's Guide" for Microsoft BASIC
Professional Development System (PDS) Versions 7.00 and 7.10 is
incorrect. The second sentence under the "Searching for Strings"
paragraph states the following:
The INSTR(stringexpression1$, stringexpression2$) function tells
you whether or not string2 is contained...
This sentence should be changed to refer to stringexpresion2$ instead
of string2, as follows:
The INSTR(stringexpression1$, stringexpression2$) function tells
you whether or not stringexpression2$ is contained...