SourcePoint Intel Help

Table of Contents

aadump

Display the current configuration of SourcePoint and the emulator.

Syntax

[result =] aadump([filename])

Where:

filename

specifies a filename. ย See Filenames for details.

result

specifies an nstring variable to which the function return value is assigned. If result is not specified, the return value is displayed on the next line of the screen.

Discussion

The aadump function displays the current settings in SourcePoint and the emulator. ย The output can optionally be written to a file.

Example 1

To save output to an nstring variable:

Command input:

define nstring foo=aadump()

Example 2

To display output in the Command window:

Command input:

aadump()

Example 3

To save output to a file called "dump.txt":

Command input:

aadump("dump.txt")

ย