Microsoft KB Archive/59562

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:57, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


INSTR, Documentation Correction for Basic PDS 7.00

Article ID: 59562

Article Last Modified on 10/20/2003



APPLIES TO

  • Microsoft BASIC Professional Development System 7.1
  • Microsoft BASIC Professional Development System 7.0



This article was previously published under Q59562

SUMMARY

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...



Additional query words: BasicCom SR# S900306-120

Keywords: KB59562