cdInfo() Returns the contents of a CD disk Syntax: cdInfo() -> aSongs Description: Returns the contents of a CD disk. If the CD is playing the call is ignored. Return: An array with the songs of the CD disk. Example: aSongs := cdInfo() For nInd := 1 To Len( aSongs ) ? aSongs[ nInd ] Next