Dumps all of an objects properties to a string separated by Carriage Returns. Note Long strings will be truncated at 80 characters.
This is meant as a debugging function to quickly see what an object's state is. For real object persistence use the wwXML object.
o.PropertyDump(loObject)
Return Value
string of all object properties in key/value pairs separated by =.
Parameters
loObject
Object to dump.
See also:
Library wwUtils© West Wind Technologies, 2023 • Updated: 10/03/99
Comment or report problem with topic