...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example>IF NOT xpfTestAttrBN(user,'password') THEN -- unsafe, mistype in attribute name can not be found in compile time user.password := default_password; END_IF; -- it is preferable to code the checking like this: IF NOT EXISTS(user.password) THEN user.password := default_password; END_IF; |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
...