StringSort()

Returns a string containing the sorted characters from the input.

StringSort( inputString=string );

Returns: String

Argument Description
inputString
string, required

Input string.

Examples

result = stringSort("JohnWick");
	writeOutput(result);

See also