Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:3000_rule_language:0400_rule_language [2022/09/01 06:51] – administrator | docs:3000_rule_language:0400_rule_language [2025/06/12 03:59] (current) – Change to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 65: | Line 65: | ||
| ==== Function ==== | ==== Function ==== | ||
| - | A function performs some calculation and returns the result as a Literal. There are a number of built-in functions that //**Aware IM**// supports. New functions can be plugged in as well (see "Aware IM Programmer’s Referefence" | + | A function performs some calculation and returns the result as a Literal. There are a number of built-in functions that //**AwareIM**// supports. New functions can be plugged in as well (see "AwareIM |
| * '' | * '' | ||
| Line 71: | Line 71: | ||
| * '' | * '' | ||
| - | The complete list of built-in functions supported by //**Aware IM**// is provided in the [[a_f:f:99_a|here]]. | + | The complete list of built-in functions supported by //**AwareIM**// is provided in the [[a_f:f:af|here]]. |
| Line 145: | Line 145: | ||
| It is possible to use a special expression '' | It is possible to use a special expression '' | ||
| - | <code aim>FIND SystemUser WHERE SystemUser.LoginName=' | + | <code aim>FIND SystemUser WHERE SystemUser.LoginName=' |
| - | <code aim>IF SystemUser IN LOGGED_IN_USERS THEN | + | <code aim>IF SystemUser IN LOGGED_IN_USERS THEN DISPLAY MESSAGE 'John is logged in' </ |
| - | DISPLAY MESSAGE 'John is logged in' </ | + | |
| ===== List expression ===== | ===== List expression ===== | ||