CreatePmFormat - method of the Pm object
Description:
Creates object of the
PmFormat type, which can be used to set the format of conversion between value and string.
Syntax:
Object CreatePmFormat([String sFormat])
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oFmt = Pm.CreatePmFormat();
// or
var oFmt = Pm.CreatePmFormat("Group:1;DLen:3;");
Dim oFmt
Set oFmt = Pm.CreatePmFormat()
' or
Dim oFmt
Set oFmt = Pm.CreatePmFormat("Group:1;DLen:3;")