|
<< Index >> |
FutureBasic |
on menu | statement | |
|
on menu fn userFunction
syntax, then userFunction
must refer to a function which was defined or prototyped at an earlier location in the source code. Your menu-event handling function should not return a result."DoMenu"
via a on menu fn DoMenu
.
local fn DoMenu( menuID as long , itemID as long )
...
end fn
See also
HandleEvents