Showing 2091 - 2100 of 4306 results
-
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/isBadTests to see whether or not the given value's quality is bad.
-
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.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/colors/colorCreates a color using the given red, green, and blue amounts, which are integers between 0-255.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/colors/gradientCalculates a percentage given the three numeric arguments number, low, and high.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/colors/darkerReturns a color that is one shade darker than the color given as an argument.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/expression-functions/date-and-time/nowReturns the current time.
-
https://docs.inductiveautomation.com/docs/8.1/appendix/scripting-functions/system-gui/system-gui-setTouchscreenModeEnabledAlters a running Client's Touch Screen mode on the fly.

Were these results helpful?