Skip to content

string_con

Hyomoto edited this page Jun 13, 2021 · 6 revisions
Jump To Go Back Arguments

string_con( )

Returns: string

Combines the provided values together into one string and returns it. Will call string() on any value provided, so the outcome will always be a string.

string_con( "Hello", " ", "World!" );
Output: "Hello World!"

Arguments

Name Type Purpose

Clone this wiki locally