#!/bin/sh # MetaCard 2.4 stack # The following is not ASCII text, # so now would be a good time to q out of more exec mc $0 "$@" CryptDivsion ! ,global buttonLoc on preopenStack --show field "data" --pr myglobalNames() set the alwaysBuffer of this stack to true Set the toolTipDelay to 500 go to card 2 end preopenStack on ct put empty into field "data" end ct on pr temp put temp & return after field "data" end pr on setUP put "38,401" into buttonLoc[1] put "76,401" into buttonLoc[2] put "114,401" into buttonLoc[3] put "152,401"into buttonLoc[4] put "190,401"into buttonLoc[5] put "229,401"into buttonLoc[6] put "268,401"into buttonLoc[7] put "305,401"into buttonLoc[8] put "343,401"into buttonLoc[9] put "380,401"into buttonLoc[10] set the textStyle of field "divisor" to expanded set the textStyle of field "dividend" to expanded set the textStyle of field "quotient" to expanded set the textStyle of field "subtracts1" to "expanded" set the textStyle of field "subtracts2" to "expanded" set the textStyle of field "subtracts3" to "expanded" set the textStyle of field "subtracts4" to "expanded" set the textStyle of field "products1" to "expanded,underline" set the textStyle of field "products2" to "expanded,underline" set the textStyle of field "products3" to "expanded,underline" set the textStyle of field "products4" to "expanded,underline" end setUp function myGlobalNames put globalNames() into temp repeat with i = 1 to the number of items in temp put item i of temp into oneWord if "rev" is not in oneWord then put oneWord & return after results end repeat return results end myGlobalNames w ÜÜÜÜÜÜ ffffff ’’’’’’ white ¬¬¬¬¬¬ X k<Ą revstack false ’’’’ 3 U Monaco U Monaco U Monaco U Arial U ariel U ariel U arial U arial U Courier U courier U courier U monaco U monaco U Times New Roman $ U Times New Roman $ U Arial U Arial W Geneva U Geneva U Arial U Arial W Arial W Geneva U Geneva W Geneva U Times U Times W Times U Times W Times U Times W Times W monaco W Arial U Geneva U Arial W Times u monaco u monaco W Geneva U Geneva U Times New Roman U Times New Roman U Times New Roman W Times New Roman U Geneva W Geneva W Times New Roman W Times New Roman U Times New Roman W Times HurleyBar cREVGeneral bookmarks handlerList &preopenStack ct pr setUP myGlobalNamesscriptSelection char 193 to 192prevHandler cttempScript
global buttonLoc
on preopenStack
--show field "data"
--pr myglobalNames()
set the alwaysBuffer of this stack to true
Set the toolTipDelay to 500
go to card 2
end preopenStack
on ct
put empty into field "data"
end ct
on pr temp
put temp & return after field "data"
end pr
on setUP
put "38,401" into buttonLoc[1]
put "76,401" into buttonLoc[2]
put "114,401" into buttonLoc[3]
put "152,401"into buttonLoc[4]
put "190,401"into buttonLoc[5]
put "229,401"into buttonLoc[6]
put "268,401"into buttonLoc[7]
put "305,401"into buttonLoc[8]
put "343,401"into buttonLoc[9]
put "380,401"into buttonLoc[10]
set the textStyle of field "divisor" to expanded
set the textStyle of field "dividend" to expanded
set the textStyle of field "quotient" to expanded
set the textStyle of field "subtracts1" to "expanded"
set the textStyle of field "subtracts2" to "expanded"
set the textStyle of field "subtracts3" to "expanded"
set the textStyle of field "subtracts4" to "expanded"
set the textStyle of field "products1" to "expanded,underline"
set the textStyle of field "products2" to "expanded,underline"
set the textStyle of field "products3" to "expanded,underline"
set the textStyle of field "products4" to "expanded,underline"
end setUp
function myGlobalNames
put globalNames() into temp
repeat with i = 1 to the number of items in temp
put item i of temp into oneWord
if "rev" is not in oneWord then put oneWord & return after results
end repeat
return results
end myGlobalNames
script &