GetDtS - method of the PmaNumber object
Description:
The text identifier of the object value data type
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oNumber = pMe.Pm("/Number0");
var sDtS = oNumber.GetDtS();
Dim oNumber, sDtS
Set oNumber = pMe.Pm("/Number0")
sDtS = oNumber.GetDtS()