Stringjoin
Revision as of 10: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...")
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