Microsoft KB Archive/38077

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Knowledge Base


DIALOB Should Be DIALOG on Page 77 "QB for Macintosh Ref"

Article ID: 38077

Article Last Modified on 11/21/2006

This article was previously published under Q38077

SUMMARY

The example on Page 77 of the "QuickBASIC for Macintosh: Language Reference" manual is incorrect. The following line

   WHILE DIALOB(0) <> 1 :WEND
                

should read as follows:

   WHILE DIALOG(0) <> 1 :WEND
                


Additional query words: MQuickB

Keywords: KB38077