Microsoft KB Archive/34342: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - ">" to ">")
 
Line 12: Line 12:
<div id="TitleRow">
<div id="TitleRow">


= <span id="KB34342"></span>MAC QB 1.00 README: GetChanRefNum; OPEN # -&gt; File Reference # =
= <span id="KB34342"></span>MAC QB 1.00 README: GetChanRefNum; OPEN # -> File Reference # =





Latest revision as of 09:19, 21 July 2020

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