Enum GetVDataType
scVDataVariableName = 0
scVDataVariableNameWithFormatting = 1
scVDataVariableType = 2
scVDataVariableTypeLength = 3
scVDataVariableFormatString = 4
scVDataNumberOfTextLabels = 5
scVDataVariableMissingData = 6
scVDataTextLabelMaxLength = 7
End Enum
|
- scVDataVariableName: Variable names with formatting stripped.
- scVDataVariableNameWithFormatting: Variable names with formatting preserved.
- scVDataVariableType
- scVDataVariableTypeLength
- scVDataVariableFormatString
- scVDataNumberOfTextLabels
- scVDataVariableMissingData
- scVDataTextLabelMaxLength
|