Hi,

Iīm just programming a logon-script which maps the network-drives. My problem: I want to map different drives for each compartment and their user.
I made an array like "technic" where every user of the compartment "technical support" is listed. Now I want to check if the user is in this array!!

something like:
if @USERID [Confused] $technic
map drives....
ENDIF

I donīt know which operator ( [Confused] ) should be used to check this....

Thanx for your help
Flo