home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / hypermac.sit / HyperMacintalk / card_5374.txt < prev    next >
Text File  |  1987-09-30  |  772b  |  26 lines

  1. -- card: 5374 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3167
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 11
  9. ----- text -----
  10. Phonemes
  11.  
  12. -- part contents for background part 12
  13. ----- text -----
  14. Phonemes is an HyperCard function (XFCN)
  15.  
  16. Usage:     Phonemes(englishString)
  17.                ΓǪreturns a phonetic string
  18.  
  19. This function takes one argument: an english string to be translated into a phonetic string. The phonetic string is returned by the function. 
  20.  
  21. Here is an example of how to use this function:
  22.  
  23.      put Phonemes(englishString) into phoneticString
  24.      if first char of phoneticString = "?" then ΓǪ -- handle the error
  25.  
  26.                                                                                                     MoreΓǪ