Mid
This Flow Script tutorial explains how to use the Mid function with syntax and examples.
Description
Syntax
Parameters
Returns
Example
Mid("hello world", 0, 2)
Result: he
Mid("hello world", 1, 2)
Result: el
Mid("hello world", 3, 5)
Result: lo wo Last updated
Was this helpful?