Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:3000_rule_language:0400_rule_language [2022/09/13 18:15] – external edit 127.0.0.1docs: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 may or may not have parameters. Parameters of a function must be Arithmetic Operations. IF a function does not have parameters then it can be referred to by name only. IF a function has parameters, they are listed after the function’s name and enclosed in brackets. Parameters are separated by the comma symbol. Examples of functions:+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 Programmer’s Referefence"). A function may or may not have parameters. Parameters of a function must be Arithmetic Operations. IF a function does not have parameters then it can be referred to by name only. IF a function has parameters, they are listed after the function’s name and enclosed in brackets. Parameters are separated by the comma symbol. Examples of functions:
  
   * ''CURRENT_DATE'' - function with no parameters   * ''CURRENT_DATE'' - function with no parameters
Line 71: Line 71:
   * ''MONTH_DIFFERENCE (Account.OpeningDate, Account.ClosingDate)'' – function with two parameters   * ''MONTH_DIFFERENCE (Account.OpeningDate, Account.ClosingDate)'' – function with two parameters
  
-The complete list of built-in functions supported by //**Aware IM**// is provided in the [[a_f:f:af|here]].+The complete list of built-in functions supported by //**AwareIM**// is provided in the [[a_f:f:af|here]].
  
  
  • Last modified: 2022/09/13 18:15