Up: GEOS SDK TechDocs | Up | Prev: pobjmon ... | Next: printRegions ...

print-cell

print-cell [row column <cfp ds:si>]

Examples:

"print-cell 1 1"
print the cell <1,1>
"print-cell 1 2 *ds:si"
print the cell <1,2> given *DS:SI

Print information about a cell

See Also: print-row, print-row-block, print-cell-params, print-column-element.

print-cell-params

print-cell-params [<address>]

Examples:

"print-cell-params"
print the CellFunctionParameters at ds:si.
"print-cell-params ds:bx"
print the CellFunctionParameters at ds:bx.

Print a CellFunctionParameters block.

See Also: print-row, print-column-element, print-row-block, print-cell.

print-clipboard-item

print-clipboard-item [-v] <vmfile> <vmblock>
print-clipboard-item [-v] <memhandle>
print-clipboard-item [-v] <addr> 

Examples:

"print-clipboard-item bx"
Print out info about the transfer item whose memory handle is in the BX register.

Prints out information about a transfer item.

See Also: pnormal, pquick.

print-column-element

print-column-element [<address>]

Examples:

"print-column-element"
Print the ColumnArrayElement at ds:si.
"print-column-element ds:bx" print the ColumnArrayElement at ds:bx

Print a single ColumnArrayElement at a given address.

print-db-group

print-db-group file group

Examples:

"print-db-group ax bx"
print the group at bx/ax.

Print information about a dbase group block.

See Also: print-db-item.

print-db-item

print-db-item file group item

Examples:

"print-db-item bx ax di"
print the item at bx/ax/di

Print information about a single dbase item

See Also: print-db-group.

print-eval-dep-list

print-eval-dep-list [<addr>] 

Examples:

"print-eval-dep-list es:0"
Print dependency list at ES:0.

Prints a dependency list used for evaluation.

See Also: content, pcelldeps.

printNamesInObjTrees

var printNamesInObjTrees (0|1)

Examples:

"var printNamesInObjTrees 1"
Sets "gentree," "vistree," etc. commands to print object names (where available).

Determines whether object names are printed (where available) rather than class names when using the following commands: vistree, gentree, focus, target, model, mouse, keyboard.

The default value for this variable is zero.

See Also: gentree, vistree, focus, target, model, mouse, keyboard.

print-obj-and-method

print-obj-and-method <handle> <chunk> <message> [<cx> [<dx> 
                                                   [<bp> [<class>]]]] 

Examples:

"print-obj-and-method [read-reg bx] [read-reg si]"
Prints a description of the object ^lbx:si with the value stored and a hex representation.
"print-obj-and-method $h $c $m [read-reg cx] [read-reg dx] [read-reg bp]"
Prints a description of the object ^l$h:$c and the name of the message whose number is in $c. This is followed by the three words of data in cx, dx, and bp.

Prints a nicely formatted representation of an object, with option message, register data, label, hex address, & carriage return. The class indication may also be overriden.

See Also: mwatch, map-method, objwatch.


Up: GEOS SDK TechDocs | Up | Prev: pobjmon ... | Next: printRegions ...