Note: This is a work in progress and will be formatting errors. Read more about the project on the home page. request
The You can use this command to send an expression to any program that understands the standard The expression you use must be understandable to the target program. For example, if the target program is another HyperCard, the expression can be any valid HyperTalk expression. When the target program executes the statement, the result of the request (the value of the expression) goes into the local variable If the target program reports an error, HyperCard sets the result with an error message. You use the You can omit the You can omit the You can pass the user selection from the Demo Script
PlaceholdersexpressionHyperTalk DefinitionAny HyperTalk expression. All expressions evaluate to text, a number, or a constant. For example:
Note: Formally, HyperCard distinguishes between factors (simple values) and expressions. The difference between factors and expressions matters only if you like to drop parentheses. Most functions take factors as their parameters, which is why length of 3 + 5 returns 6 and length of (3 + 5) returns 1 . In short, always use parentheses to group things the way you want them to evaluate, and you won’t have to worry about the difference between factors and expressions.AppleScript DefinitionAny series of words that has a value. Related Topics
|
Version 0.7b1 (March 24, 2022)