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

pinst

pinst [<address>]

Examples:

"pinst"
print the last master level of instance data of the object at *DS:SI
"pinst *MyObject"
print the last master level of instance data of MyObject.
"pinst -i"
print the last master level of the windowed object at the mouse pointer.

Print out all the instance data to the last level of the object.

See Also: pobject, piv.

piv

piv <master> <iv> [<address>]

Examples:

"piv Vis VCNI_viewHeight"
print Vis.VCNI_viewHeight at *DS:SI

This prints out the value of the instance variable specified.

See Also: pobject, pinst.

Prints a keyboard map in assembly-language format.

plines

plines <start> [<obj-address>]

Examples:

"plines 12"
Print lines starting at line 12.
"plines 12 ^l6340h:0020h"
Print lines starting at line 12 of object at given address.

Print information about the lines in a text object.

The printed line-starts are not correct.

See Also: ptext.

plist

Prints out a list of structures stored in an lmem chunk. It takes two arguments, the structure type that makes up the list, and the lmem handle of the chunk. e.g. plist FontsInUseEntry ds:di

pncbitmap

pncbitmap <address> <width> <height> [<no space flag>]

Examples:

"pncbitmap *ds:si 64 64 t"
print the bitmap without spaces

Print out a one-bitdeep noncompacted bitmap.

See Also: pcbitmap.

pnormal

pnormal [-v]

Examples:

"pnormal -v"
Print out verbose information about the current normal transfer item.

Prints out information about the current "normal" transfer item on the clipboard.

If you give the "-v" flag, this will print out the contents of the different transfer formats, rather than just an indication of their types.

See Also: pquick, print-clipboard-item.

pobjarray

pobjarray [<address>]

Examples:

"pobjarray"
Print the array of ODs at *ds:si.

Print out an array of objects.

See Also: pbody.

pobject

pobject [<address>] [<detail>]

Examples:

"pobj"
print the object at *ds:si from Gen down if Gen is one of its master levels; else, print all levels
"pobj *MyGenObject"
print MyGenObject from Gen down
"pobj Gen"
print the Gen level for the object at *ds:si
"pobj last"
print the last master level for the object at *ds:si
"pobj *MyObject"
all print all levels of MyObject
"pobj -i sketch"
print the master level headings of the windowed object at the mouse pointer
"pobj *MyObject FI_foo"
print the FI_foo instance variable for MyObject
"pobj HINT_FOO"
print the HINT_FOO variable data entry for the object at *ds:si
"pobj v"
print the variable data for the object at *ds:si

Print all or part of an object's instance and variable data.

See Also: pinst, piv, pvardata.


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