Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ref:a_f:f:af:exact [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1ref:a_f:f:af:exact [2026/08/13 00:43] (current) – ↷ Page moved from a_f:f:af:exact to ref:a_f:f:af:exact localdev
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>