I fell into the Loginscript of someone else and try to understand it:
The Ingroup doesn't work this is the Code:
SELECT
CASE Ingroup ("@Cursus")= 0
$dep="cursist"
CASE Ingroup("@ICT") = 0
$dep="IT Rotterdam"
CASE Ingroup("@ARB") = 0
$dep="Employment & Benefit"
ENDSELECT

the $dep is filled in a kiXtart Form (not the right forum?)

after that it must map to a specific server\share
If $dep = "IT Rotterdam"
Use "F:" "\\IPSAN-RDAM\IT$"
Endif

But the only fill in I get is the last one ($dep=employment) and no mapping is set..
Any clues?
Should I specify $true=0 on top?