[<<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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson