Difference between revisions of "AMOSi:Embedded Menu Commands"

From Amiga Coding
Jump to: navigation, search
 
Line 1: Line 1:
* [[AMOSi:Menu instruction - Bar|BAr]]
+
* [[AMOSi:Menu instruction - BAr|BAr]]
* [[AMOSi:Menu instruction - Bob|BOb]]
+
* [[AMOSi:Menu instruction - BOb|BOb]]
* [[AMOSi:Menu instruction - Ellipse|ELipse]]
+
* [[AMOSi:Menu instruction - ELlipse|ELipse]]
 
* [[AMOSi:Icon|ICon]]
 
* [[AMOSi:Icon|ICon]]
* [[AMOSi:Menu instruction - Ink|INk]]
+
* [[AMOSi:Menu instruction - INk|INk]]
* [[AMOSi:Menu instruction - Line|LIne]]
+
* [[AMOSi:Menu instruction - LIne|LIne]]
* [[AMOSi:Menu instruction - Locate|LOcate]]
+
* [[AMOSi:Menu instruction - LOcate|LOcate]]
 
* [[AMOSi:Outline|OUtline]]
 
* [[AMOSi:Outline|OUtline]]
 
* [[AMOSi:Pattern|PAttern]]
 
* [[AMOSi:Pattern|PAttern]]
* [[AMOSi:Proc|PRoc]]
+
* [[AMOSi:Menu instructions - PRoc|PRoc]]
 
* [[AMOSi:Reserve|REserve]]
 
* [[AMOSi:Reserve|REserve]]
 
* [[AMOSi:Sfont|Set Font]]
 
* [[AMOSi:Sfont|Set Font]]

Latest revision as of 02:14, 20 November 2007


Embedded menu commands define the appearance of a menu item when it is selected on the screen. You can include them as part of the definition string entered into the MENU$ function.


All embedded commands consist of just two letters entered in UPPER or lower case. Any other characters will be ignored. Most commands also require parameter values as well. Parameters should be entered as simple numbers, since expressions will NOT be evaluated.