Site hosted by Angelfire.com: Build your free website today!
NAME
  PLAY Function

SYNOPSIS
  PLAY(n)
      o n    Any numeric expression.

DESCRIPTION
  Returns the number of notes in the background music queue.

  Example:
      Music$ = "MBT180o2P2P8L8GGGL2E-P24P8L8FFFL2D"
      PLAY Music$
      WHILE PLAY(0) > 5: WEND
      PRINT "Just about done!"

SEE ALSO
  PLAY (Music) PLAY (Event Trapping)