home *** CD-ROM | disk | FTP | other *** search
- -- card: 5374 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 3167
- -- name:
-
-
- -- part contents for background part 11
- ----- text -----
- Phonemes
-
- -- part contents for background part 12
- ----- text -----
- Phonemes is an HyperCard function (XFCN)
-
- Usage: Phonemes(englishString)
- …returns a phonetic string
-
- This function takes one argument: an english string to be translated into a phonetic string. The phonetic string is returned by the function.
-
- Here is an example of how to use this function:
-
- put Phonemes(englishString) into phoneticString
- if first char of phoneticString = "?" then … -- handle the error
-
- More…