Difference between revisions of "AMOSi:Lvo"

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

Returns the Library Vector Offset associated with the selected function.


The function name will be translated automatically when your program is first tested, and placed in a memory bank for future use. If it doesn't exist, you'll get an "Equate not found error" from the Editor.


Before using this function, you'll need to set up a memory bank with a SET EQUATE BANK command. Otherwise, you'll get an appropriate error message.


offset=LVO("Name_of_the_function")