Futurebasic/Language/Reference/appleeventmessage

From Wikibooks, open books for an open world
Jump to navigation Jump to search

AppleEventMessage$[edit | edit source]

Function[edit | edit source]

✔ Appearance ✔ Standard ✔ Console

Syntax[edit | edit source]

string$ = AppleEventMessage$

Revised[edit | edit source]

May, 2001 (Release 5)

Description[edit | edit source]

When your application (also referred to as your process) receives an Apple Event message and the event class is _"TEXT", FB will retrieve the event data as a Pascal string when this function is invoked.

Notes[edit | edit source]

No special notes.

See Also[edit | edit source]

SendAppleEvent, HandleEvents, on AppleEvent, GetProcessInfo, Kill AppleEvent

Language Reference