AMOSi:Lvo

From Amiga Coding
Jump to: navigation, search

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")