GetCDRomDrive

From MultiCharts
Revision as of 13:51, 16 May 2012 by Roman MultiCharts (talk | contribs) (Created page with "Returns a string expression of the drive letter for the first CD-ROM drive detected. ==Usage== <syntaxhighlight>GetCDRomDrive</syntaxhighlight> ==Example== <syntaxhighligh...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Returns a string expression of the drive letter for the first CD-ROM drive detected.

Usage

GetCDRomDrive

Example

Variables: Drive("D");
Drive = GetCDRomDrive;

Will set the variable Drive equal to the first CD-ROM drive detected.