{
Dictionary dict;
DictType dictType;
;
dict = new Dictionary();
dictType = dict.typeObject(dict.typeName2Id(extendedtypestr(AccountName)));
info(strfmt("Name : %1 \nId: %2 \nStringLength: %3 \nAdjustment: %4 \nLabel: %5 \nHelp: %6 \nBasetype: %7", dictType.name(), dictType.id(), dictType.stringLen(), dictType.stringRight() ? "Right" : "Left", dictType.label(), dictType.help(), int2str(dictType.baseType()) + " - " + enum2Value(dictType.baseType())));
}
No comments:
Post a Comment