if($Individual == "ArcotID")
Looks like you're using the wrong comparison operator. '==' is for comparing numerical values. To compare strings use 'eq'.
Why aren't you using warnings?
In reply to Re: calling problem in script
by davorg
in thread calling problem in script
by namishtiwari
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |