Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

IS_LINKED( cFunction )

Purpose

Determine if a function has been linked in.

Arguments

     cFunction -- name of function to check

Setup

The function name must include the opening and closing parentheses.
Parameters to the function may or may not be included.

Example

     ? IS_LINKED( "IS_LINKED()" )      && Returns .F.
     ? IS_LINKED( "THE_USUAL( 'CUSTOMER' )" )  && .T.
     ? IS_LINKED( "KARAMBA()" )           Returns .F.

Returns

.T. if the specified function has been linked in, else .F.

Side Effects

None.

Artful Calls

None.

Source File

ARTFUL.CH

See Also: IS_DEF() UNDEF()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson