This class provides general utility functions and debugging tools.
Examples
Closing a handle:
NUM_BIN_4 rc
NUM_BIN_4 handle
...
CALL_DLL 'DocxToolBx' 'UtiCloseHandle' handle rc
...
Advanced date formatting (see Java SimpleDateFormat documentation):
NUM_BIN_4 rc
TIMESTAMP tms
ALPHA(100) text...
HOUR tms
text = &TIMESTAMP_ALPHA(tms)
CALL_DLL 'DocxToolBx' 'UtiFormatDate' text '''On'' d MMMM yyyy ''at'' H:m' text 100 rc
...
Functions in the DocxToolBx DLL:
- UtiAppliWordFormat
- UtiCloseHandle
- UtiCountHandles
- UtiEncodeColor
- UtiEscapeString
- UtiExtractNumber
- UtiFormatData
- UtiFormatNumber
- UtiGetHandle
- UtiGetObjectType
- UtiGetParentHandle
- UtiGetText
- UtiGetXML
- UtiGetXMLString
- UtiRemoveObject
- UtiSetMeasurementUnit
- UtiUnescapeString
List of DocxToolBx DLL function classes