[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    cdResume()

         Resumes playing a CD after a pause

    Syntax:

         cdResume() -> Nil

    Description:

         Resumes playing a CD after a pause. If the CD is not stopped the call
         is ignored.

    Return:

         Nothing.

    Example:

         cdPlay()
         ? "Press any key to stop the CD"
         Inkey( 0 )
         cdStop()
         ? "Press any key to continue"
         Inkey( 0 )
         cdResume()

See Also: cdEject() cdPlay() cdStop()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson