FUNCTION  fFramesStatusN

Returns the FramesStatus name, indexed by value

the FramesStatus values can be found with
Select * from FramesStatus
Sample call to fFramesStatusN.
select top 10 dbo.fFramesStatusN(framesstatus) as framesstatus
from field

see also FramesStatus

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar40input0