Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>cdinfo()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson