which fallback for a call with library defined?
Author: ulrichmerkel@web.de (ulrich-merkel)
in 9.3:
call {Library :}LitEntryName{( ArgumentList )}
in 9.5:
call {Library::}LitEntryName{( ArgumentList )}
when a library is defined (aka. a full qualified entry), I assume local entries are excluded from the search (so farewell overlays).
But will we have a fallback if the entry is not defined in the specified library and where will the specified library fits in the sequence?
Locating the Called Module
When resolving a call statement, the called module is searched for in this order:
In the triggers of the component (for a local Proc module).
In the library specified in the component properties (for a global Proc).
In the library specified in the start-up shell properties (for a global Proc).
In the library SYSTEM_LIBRARY (for a global Proc).
This page has no comments.