MAINSAIL Language Manual, Section 41.18

previous   next   top   contents   index   framed top   this page unframed


41.18. $moduleName

Figure 41–18. $moduleName
STRING
PROCEDURE   $moduleName (POINTER p;
                         
OPTIONAL POINTER($areaarea);

If p points to a data section, $moduleName returns the uppercase name of the associated MODULE (the actual name of the MODULE, not a dummy name as established by setModName). Otherwise, $moduleName returns the null STRING. area specifies the destination area for the resulting STRING if new STRING text is generated; see Section 29.4.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 41.18