10,853
edits
Line 424: | Line 424: | ||
| GetUtcOffset || Returns the difference between the logged-in user's time and UTC in minutes || Decimal || | | GetUtcOffset || Returns the difference between the logged-in user's time and UTC in minutes || Decimal || | ||
|- | |- | ||
| IndexOf || Returns the first occurrence of a specified substring within a string || Number || 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; Arg 3: case sensitivity | ||
|- | |- | ||
| InsertItem || Adds argument to specified index. Index starts at 0. || StringList || Arg1: Number, Boolean, String, DateTime; Arg2: Number | | InsertItem || Adds argument to specified index. Index starts at 0. || StringList || Arg1: Number, Boolean, String, DateTime; Arg2: Number |