[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function            ISLOADED()
Action              Determines  function is loaded or not
Returns             <expL> is ISLOADED(<expC>) loaded
Category            Other
Syntax              <expL> = ISLOADED(<expC>)
Description         This function will test for <expC> being loaded
                    into memory. <expC> can be any function in the form
                    "FUNCTION()" but must refer to a function NOT in
                    CLIPPER.LIB.
Examples            if ISLOADED("QUERY()")
                       @row()+1,3 prompt "Build Query"
                    endif

Found in (prg)......S_ISLOAD.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson