TABLE OF CONTENTS
valueToTextvalue
NAME
::guib::moduleObj::valueToTextvalue -- map value to textvalue
USAGE
valueToTextvalue varIdent value
DESCRIPTION
This method maps from value to textvalue. Some variable might have two sets of values: (i) human-readable (i.e. textvalue), which can be mapped in combobox for user-friendliness and (ii) computer readable code or digit (i.e. value). This routine is one of the two routines that maps between the value and textvalue. See also textvalueToValue method.
ARGUMENTS
varIdent -- the GUIB-variable's identifier value -- the value of the varIdent's variable
RETURN VALUE
Returns the mapped corresponding textvalue on the basis of value.
EXAMPLE
$obj valueToTextvalue $varIdent $value