MAINSAIL Language Manual, Section 32.1

previous   next   top   contents   index   framed top   this page unframed


32.1. $canFindModule

Figure 32–1. $canFindModule
BOOLEAN
PROCEDURE   $canFindModule
                        (
STRING modName);

$canFindModule returns TRUE if a call to bind or new would succeed for modName. In other words, it succeeds if the control section or object MODULE for modName can be found.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 32.1