home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / arexx / moos / demos / rexx_misc.out < prev    next >
Text File  |  1997-03-25  |  2KB  |  49 lines

  1.  
  2.  
  3.  
  4. #### WriteClip(text,options) #################################################
  5. -------------------- WriteClip('MOOS: "The" ARexx library') ------------------
  6. 1
  7.  
  8.  
  9.  
  10. #### ReadClip(options) #######################################################
  11. -------------------- ReadClip() ----------------------------------------------
  12. MOOS: "The" ARexx library
  13.  
  14.  
  15.  
  16. #### Phonemes() ##############################################################
  17. -------------------- Phonemes("MOOS: "The" ARexx library") -------------------
  18. MUW4Z.  KWOW2T-THEH4-AH2NKWOWT-  EH4REHKS LIH4BREHRIY 
  19.  
  20.  
  21.  
  22. #### Speak(string,options) ###################################################
  23. -------------------- Speak("This is Amiga speaking!",'rate 100') -------------
  24. -------------------- Speak("This is Amiga speaking!",'enth 200') -------------
  25. Don't try to read what you've to listen... :-)
  26.  
  27.  
  28.  
  29. #### WBInfo(pathname) ########################################################
  30. -------------------- WBInfo("") ----------------------------------------------
  31. 1
  32.  
  33.  
  34.  
  35. #### GetMouse(options) #######################################################
  36. -------------------- GetMouse('PosX') ----------------------------------------
  37. 7
  38. -------------------- GetMouse('PosY') ----------------------------------------
  39. 20
  40.  
  41.  
  42.  
  43. #### GetUniqueID() ###########################################################
  44. -------------------- GetUniqueID() -------------------------------------------
  45. 396
  46. -------------------- GetUniqueID() -------------------------------------------
  47. 397
  48.  
  49.