Les, great work.

I think that adding a line and altering the next makes it more accurate when parsing the hex sid. The Indentity Authority is a 48-bit string.
code:
$IdentAuth = Val("&" + substr($sid,5,12))

$Result = "S-" + $Rev + "-" + $IdentAuth

instead of
code:
$Result = "S-" + $Rev + "-" + $SAC  



[ 03 May 2002, 03:50: Message edited by: Howard Bullock ]
_________________________
Home page: http://www.kixhelp.com/hb/