Showing 3491 - 3500 of 4264 results
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/logic/switchThis function acts like the switch statement in C-like programming languages.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/logic/lookupThis looks for lookupValue in the lookupColumn of dataset.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/logic/lenReturns the length of the argument, which may be a string or a dataset.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/logic/lastIndexOfSearches for the last occurrence of the substring inside of string.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/logic/binEncTakes a list of booleans and treats them like the bits in a binary number.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/logic/hasChangedThis function returns true if the given value has changed since the last time the Expression Item was run.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/logic/coalesceThis function, which accepts any number of arguments, evaluates each in order, and returns the first non-null argument.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/logic/caseThis function acts like the switch statement in C-like programming languages.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/logic/indexOfSearches for the first occurrence of the substring inside of string. Returns the index of where substring was found, or -1 if it wasn't found.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/logic/ifThis function evaluates the expression condition, and returns the value of trueReturn or falseReturn depending on the boolean value of condition.

Were these results helpful?