- F -

filled
findtext
freearexxlist
freearexxrequester

 

FILLED Object Commands

Toggles the fill for an object or text, or for a style tag. If object or text is chosen and nothing is selected, it toggles the fill for future objects or text, as applicable.

filled <status> [DOCUMENT name | WINDOW name | OBJECTID number]

status/k The fill status. Options: ON|OFF|TOGGLE.

DOCUMENT/s The document name.

WINDOW/s The window name.

OBJECTID/i The number of the object to edit.

Notes:

All options default to the current values if not specified.

Examples:

filled on

filled toggle document 'project.doc'

 

FINDTEXT Text Commands

Searches for a text string.

findtext

Not implemented yet.

 

FREEAREXXLIST Dialog Box Commands

Unallocates an allocated list. You should always do this when you are finished with a list or when the script is exiting, to prevent loss of memory.

freearexxlist <listhandle>

listhandle/i The list to unallocate.

Examples:

freearexxlist iTestList

 

FREEAREXXREQUESTER Dialog Box Commands

Unallocates an allocated dialog box. You should always do this when you are finished with a dialog box or when the script is exiting, to prevent loss of memory.

freearexxrequester <dbhandle>

dbhandle/i The dialog box to unallocate.

Examples:

freearexxrequester iTestDialog