|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

String.Concat

OverviewExamples

string String.Concat ( string StartString,


string EndString )


De s cr ip t ion


Adds (or "concatenates") two strings together and returns the result as a new string.


Note: This does not modify either of the source strings.


image

P arame t er s


StartString


(string) The string to be added to. This string will be appear at the start of the new string.


|