Microsoft KB Archive/34342

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


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