in reply to calling problem in script
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?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |