|
|
HyperTalk 2.2: The Book This is a list of all known errors in HyperTalk 2.2: The Book. If you have found any errors in the book that aren't mentioned here, please send email with the page number of the problem to jaed@jaedworks.com.
initProblems handler should read "addProblem("Pollution,The Nature Conservancy,703-841-5300")".
the foundField is equivalent to word 6 to 8 of the foundChunk."
rollDice handler should begin "if word 3", not "if word 4".
tabsExpanded handler is missing the line "end repeat". It should be inserted just before the line "return cleanText".
mouseUp handler should read
put tabsExpanded(it,8) into card field "Spreadsheet Results"
greatCuisine handler should read
mark cards where ("garlic" is in field "Ingredients")
followed by the option-return sign.
mouseUp handler on this page should begin "open report printing" instead of "open printing", and the line "close printing" should be inserted just before the line "pop card".
enterKey handler should read "end enterKey".
doHandler handler should read "theHandler", not "doHandler". (Consider this a lesson in why it's a bad idea to make handler names and parameter names that are too similiar.)