Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Stringjoin

From Catglobe Wiki
Revision as of 09:57, 11 November 2016 by Hovietluu (talk | contribs) (Created page with "Category:String_Functions {{HelpFiles}} ==== stringjoin ==== To check that it is a dictionary or is not '''Syntax''' stringjoin(string separator, array stringsT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



stringjoin

To check that it is a dictionary or is not

Syntax

stringjoin(string separator, array stringsToJoin)

Arguments

separator: is string stringsToJoin: is an array Return type string Example

print(stringjoin(" <=> ",{1,2,"bbbbb",4,5}));

// result: 1<=>2<=>bbbbb<=>4<=>5


Availability

Version 5.8