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

AAEXECUTE( bcItem )

Purpose

Provide code block/macro transparency: if bcItem is a code
block, EVAL() it, otherwise macro-expand it.

Arguments

     bcItem -- item to execute; either a code block or a string
                   containing anything that can be macro-expanded

Setup

None.

Example

     ? AAEXECUTE( { || "Elegant code block." } )
     ? AAEXECUTE( " 'Ugly macro' " )

Returns

The result of the execution of bcItem.

Side Effects

Depend entirely upon what is executed.

Artful Calls

MACRO

Source File

ARTFUL.CH

See Also: MACRO()

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