```
request expression from|of program ¬
program
request expression from|of ¬
program id programID
request expression from|of ¬
this program
request appleEvent data|class|id| ¬
sender|return id|sender id
request appleEvent data ¬
with keyword aeKeyword
```
`Expression` yields an expression understandable to the target program.
From and of are interchangeable.
Program yields a valid program path name in the form
zone:targetComputer:targetProgram where targetProgram is the name of a program running on computer targetComputer in network zone zone . ProgramID is the application’s signature. AeKeyword is an Apple event keyword.
The request command sends an “evaluate expression” Apple event from HyperCard to another application.
You can use this command to send an expression to any program that understands the standard eval Apple event.
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 it.
If the target program reports an error, HyperCard sets the result with an error message.
You use the request appleEvent forms to examine the data and attributes of an incoming Apple event.
You can omit the zone parameter from the program path name when the target computer is in the same zone as the source computer.
You can omit the targetComputer parameter if the target program is running on the same computer as HyperCard.
You can pass the user selection from the answer program command as the program parameter.