MSI Factory 2.3

String.Concat

String.Concat

This is the first topic This is the last topic  

String.Concat

This is the first topic This is the last topic  

OverviewExamples

string String.Concat (

string StartString,

string EndString )

Example 1

result_string = String.Concat("One", "Two");

Creates the new string "OneTwo" by appending the string "Two" to the string "One." The new string is returned in the variable "result_string."

See also: Related Actions


Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us