String_Combine

Returns the concatenated value of two to five strings.

Parameters

String1

The first part of the returned string.

String2

The second part of the returned string.

String3

The optional third part of the returned string.

String4

The optional fourth part of the returned string.

String5

The optional fifth part of the returned string.

Format

String_Combine (String1, String2)

Return Value

Returns the value of string1 concatenated with string2. The optional strings are concatenated if they are present.

Example

Script(String_Set_Test)
String(strResult)
String(strTitle)
Activate(From_Menu)
strTitle = "Scripting String"
strResult = Ask_String("Enter some text", "String_Set_Test", 1, 99, "")
strResult = String_Combine("Text Entered:", strResult)
Ask_OK(strResult, strTitle)
Return

See Also

String_Set, String_Left, String_Right, String_Middle, String_Upper, String_Lower, String_Replace, String_Only_Characters, String_Strip_Characters, String_Trim_Spaces_Start, String_Trim_Spaces_End, Number_To_String_Binary, Number_To_String_Octal, Number_To_String_Decimal, Number_To_String_Hexadecimal_Lowercase, Number_To_String_Hexadecimal_Uppercase, Ask_String, Ask_String_Password, Ask_String_Uppercase, Ask_String_Lowercase, String_Equal

 


Was this article useful?    

The topic was:

Inaccurate

Incomplete

Not what I expected

Other

Privacy and Legal