Name

getvaluename — provide the long name for the specified value of specified type

Synopsis

use Wacs;
scalar getvaluename(...); 
 

Parameters

parameterdescription
objectThe object you want the mapping for - see geticonlist below
valueThe value you want mapped to it's long format (often a single character.

Summary

The getvaluename function returns the long (readable) name for the specified short value of specified fixed values attribute type. For instance, if you want to get the long name for type "M", you call getvaluename with object=>"types" and value=>M and getvaluename will return Masturbation.

Availability

getvaluename is available in both perl and php.