Difference between revisions of "GetCDRomDrive"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a string expression of the drive letter for the first CD-ROM drive detected. ==Usage== <syntaxhighlight>GetCDRomDrive</syntaxhighlight> ==Example== <syntaxhighligh...")
 
(No difference)

Latest revision as of 13:51, 16 May 2012

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.