FUNCTION  fSpecialTarget1N

Returns the expanded SpecialTarget1 corresponding to the flag value as a string

The spectro specialTarget1 flags can be shown with Select * from SpecialTarget1
Sample call to show the special target flags of some spec objects is
select top 10 specObjId, dbo.fSpecialTarget1N(specialTarget1) as specialTarget1
from specObj

see also fSpecialTarget1, fSecTargetN

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar1000input0