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
a_f:f:af:exact [2022/09/02 02:51] – removed - external edit (Unknown date) 127.0.0.1a_f:f:af:exact [2025/06/12 03:59] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
 +{{tag>Index Function Function_List Miscellaneous}}
 +====== EXACT ====== 
 +===== Description =====  
 +By default AwareIM automatically translates explicit strings used in rules using the current locale. This function allows to bypass this mechanism and use strings as they are specified in the function
 +===== Parameters =====  
 +A string to use
 +===== Example =====  
 +<code aim>IF Account.Status = EXACT('Final') THEN
 +   PROTECT Account FROM ALL </code>