FUNCTION  fSpecLineNamesN

Return the SpecLineNames name, indexed by value

the SpecLineNames can be found with
Select * from SpecLineNames
Sample call to fSpecLineNamesN.
select top 10 dbo.fSpecLineNamesN(lineID) as lineID
from SpecLine

see also fSpecLineNames

Input and output parameters

nametypelengthinoutpnum
@valueint4input1
 varchar40input0