//MPMorph-rexx/SETCURR


SETCURR :


   NAME   
  SETCURR -- Sets the current value for the progress

   SYNOPSIS
  SETCURR( N/A/N )

   FUNCTION
  Sets the current progress.

   INPUTS
  N - The current progress.

   RESULT
  None.

   EXAMPLE
  SETCURR 50

   NOTES

   BUGS

   SEE ALSO
  SETMAX(), SETMESSAGE().