Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Programming Language : Tint Reference : Value Primitives : tint.alphabatize

Syntax

#(tint.alphabatize,%seperator,%value,...)

%seperator is the value to be placed between each value in the result. %value is any value and ... indicates that you can specify as many values as you want.

Example

#(tint.alphabatize, ,def,de,ab,cd,Ab)
ab Ab cd de def