|
metricsystem define MS01 description "metricsystem MS01" unitmeasure UM01 UM02 ;
metricsystem edit MS01 unitmeasure add UM03 add "square inch" ;
metricsystem show MS01 get { description name unitmeasure.{name
convfactor symbol} } token xml;
metricsystem select MS?? get { name description unitmeasure[].{ name
description symbol } } token { ';' ":" "|"};
|