This should get you started.

 Code:
;Get the 1st, 2nd and 3rd character of the user id.
$id = SubStr(@USERID, 1, 3)

;See if the $id variable holds valid data.
If $id = "601" Or $id = "602" Or $id = "603"
	Call "NODE" + $id + ".kix"
Else
	? "Warning! Unknown User"
	? "Please Call The Help Desk!"
EndIf


Oh and btw please use code tags when posting code. The formatting will be preserved that way so it is easier to read especially with large scripts.
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.