10,853
edits
Line 348: | Line 348: | ||
| Get Date Part || Return a portion of a date time field || DateTime | | Get Date Part || Return a portion of a date time field || DateTime | ||
|- | |- | ||
| LengthOf || Return the length of a string || | | LengthOf || Return the length of a string || Number || Arg1: String | ||
|- | |- | ||
| IndexOf || Returns the first occurrence of a specified substring within a string || || Arg 1: String; Arg 2: substring | | IndexOf || Returns the first occurrence of a specified substring within a string || Number || Arg 1: String; Arg 2: substring | ||
|- | |- | ||
| SetNow || Assigns current time to variable || DateTime || | | SetNow || Assigns current time to variable || DateTime || |