Showing 1281 - 1290 of 3777 results
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/replaceFinds all occurrences of a substring inside of a source string, and replaces them with the replacement string.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/substringWill return the portion of the string from the startIndex to the endIndex, or end of the string if endIndex is not specified
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/escapeSQLReturns the given string with special SQL characters escaped.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/lastIndexOfSearches for the last occurrence of the substring inside of string.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/string/indexOfSearches for the first occurrence of the substring inside of string.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/components/miscThe following components give you various ways to create or animate displays.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/scripting-functions/system-util/system-util-exitExits the running client, as long as the shutdown intercept script doesn't cancel the shutdown event.
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/type-casting/toLongTries to coerce value into a long (64-bit integer).
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/type-casting/toFloatTries to coerce value into a float (32-bit floating point vaule).
-
https://docs.inductiveautomation.com/docs/7.9/appendix/expression-functions/type-casting/toDoubleTries to coerce value into a double (64-bit floating point value).

Were these results helpful?