FUNCTION  fSpecZWarningN

Return the expanded SpecZWarning corresponding to the flag value as a string

the specZWarning values can be shown with Select * from SpecZWarning
Sample call to find the warnings of some Spec objects
select top 10 objID, dbo.fSpecZWarningN(zWarning) as warning
from specObj

see also fSpecZWarning

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar1000input0