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






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.

Modification Type: Minor Last Reviewed: 1/9/2003
Keywords: KB34342