ad_decode

EveAndersson.com : API Browser : ad_decode

ad_decode

ad_decode [ args... ]
Defined in packages/acs-core/utilities-procs.tcl

this procedure is analogus to sql decode procedure. first parameter is the value we want to decode. this parameter is followed by a list of pairs where first element in the pair is convert from value and second element is convert to value. last value is default value, which will be returned in the case convert from values matches the given value to be decoded

[ show source ]

Show another procedure:

eve@eveandersson.com