10,853
edits
Line 260: | Line 260: | ||
|- | |- | ||
| Concat3 || Returns concatenated string from three arguments || Text || 3 args: Text, Number, Boolean, Date | | Concat3 || Returns concatenated string from three arguments || Text || 3 args: Text, Number, Boolean, Date | ||
|- | |||
| Substring || Returns a sub-string || Text || Arg1: Text; Arg2 and Arg3: Number | |||
|- | |- | ||
| Format || Returns formatted string from StringList || Text || Arg1: Text; Arg2: StringList | | Format || Returns formatted string from StringList || Text || Arg1: Text; Arg2: StringList | ||
Line 297: | Line 299: | ||
| RemoveItem || Removes item at specified index || StringList || Number | | RemoveItem || Removes item at specified index || StringList || Number | ||
|- | |- | ||
| ClearItems || Removes all items from list variable || StringList || | | ClearItems || Removes all items from list variable || StringList || | ||
|- | |||
| LoadAggregate || | |||
|- | |||
| Element At || | |||
|- | |||
| AddParty || Adds a party to an activity || Activity Entity || User | |||
|- | |||
| RemoveParty || Removes a party from an activity || Activity Entity || User | |||
|} | |} | ||