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
Set oNumber = pMe.Pm("/Number0")
Dim sDtS
sDtS = oNumber.GetDtS()