MAINSAIL Language Manual, Section 38.18

previous   next   top   contents   index   framed top   this page unframed


38.18. $isBound

Figure 38–15. $isBound
BOOLEAN
PROCEDURE   $isBound    (STRING modName);

$isBound returns TRUE if a bound data section exists for the MODULE named modName.

modName is a true MODULE name, not a dummy MODULE name as established by setModName; e.g., if the dummy name ABC has been established for a MODULE DEF, and the MODULE DEF is bound but no MODULE named ABC is bound, $isBound("ABC") returns FALSE.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 38.18