Microsoft KB Archive/34342

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


MAC QB 1.00 README: GetChanRefNum; OPEN # -> File Reference #

Article ID: 34342

Article Last Modified on 11/21/2006

This article was previously published under Q34342

SUMMARY

The following statement needs to be added to Appendix E of the "Microsoft QuickBasic 1.00 Basic Language Reference." This information as taken from the README file from the release disk.

E.10.2 Toolbox Library Statement Reference

GetChanRefNum% Chan%,RefNum%
                

This r eturns the file reference number of the file with QuickBasic channel number Chan%. Chan% is the file number used to open the file. For example, in the statement OPEN f$ AS #1 the Chan% number is 1.


Additional query words: MQuickB readme docerr

Keywords: KB34342