Microsoft KB Archive/34331

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: SYSTEM(7) Returns Resource File Reference

Article ID: 34331

Article Last Modified on 11/21/2006

This article was previously published under Q34331

SUMMARY

The following feature needs to be added to the "Microsoft QuickBasic 1.00 Basic Language Reference." This information is taken from the README file from the release disk.

SYSTEM Function (New SYSTEM(7) Function)

SYSTEM(7) returns the file reference number of the resource fork of the program source file when the program is interpreted. It returns the file reference number of the application resource fork in a compiled application. SYSTEM(7) can be combined with the GetPathName subprogram to find your program's full path name. See the "GetPathNames" demo program on the Examples disk.


Additional query words: MQuickB readme docerr

Keywords: KB34331