 |
THE HYPERCARD CENTER |
|
|
|
Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
ConstantsdownEqual to the literal "down". if the mouse is down then exit repeat
emptyEqual to the literal "" (the null string) if it is empty then exit askTheUser
falseThe opposite of true; equal to the literal "false" if the hilite of button 1 is false then mark this card
formFeedEqual to numToChar(12), which starts a new page in some file formats. write formFeed to file "My Info"
lineFeedEqual to numToChar(10), which starts a new line in some file formats. write lineFeed to file "My Info"
piEqual to the mathematical value pi to 20 decimal places: 3.14159265358979323846
quoteEqual to the double quotation mark character: " get "stack" && quote & "Home" & quote --it now contains the string: stack "Home" go it
returnEqual to numToChar(13). put return after field 1 write return & return to file "Data"
spaceEqual to numToChar(32) or the literal " ". if theCharacter is space then exit checkActiveText
tabEqual to numToChar(9). write tab to file "My Info"
trueThe opposite of false; equal to the literal "true". if the hilite of button 1 is true then unmark this card
upEqual to the literal "up". if the mouse is up then exit repeat
zero..tenEqual to the numbers 0 through 10. go card one
commaEqual to the character "," (numToChar = 44) read from file "Data" until comma
colonEqual to the character ":" (numToChar = 58) set the itemDelimiter to colon
HyperTalk Reference
|