Difference between revisions of "AMOSi:Key$"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

an example can be found on AMOSPro_Examples:Examples/H-5/Help_54.AMOS


Assigns or reads a keyboard macro. These macros can be accessed from the keyboard by pressing the Amiga key along with one of the ten possible function keys.


Left Amiga generates macros from 1-10 depending on the function key.


Right Amiga reads macros from 11 to 20.


Key$(m)="string"

Defines your macro. "string" now will be automatically typed into the keyboard when you call up macro m.


s$=Key$(m)

Reads the current macro assigned to function m.