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