Delivers true if the authorized EEC user is equal to the assigned user, otherwise false is delivered.
| isUser(String name) | ||||
|---|---|---|---|---|
| Argument | String | name | User name | |
| Return value | Boolean | true = user has the assigned name false = user has another name |
||
| Formula | Result |
|---|---|
| if type('Engineering.System').isUser('MyName') then 'MyName' else 'OtherName' endif | OtherName |
