Function split from stl 
 Brief description
split(value:String,delimiter:String):List
Splits a string in a list of strings More ...
 Function information
| Name: | split | 
| Base: | String | 
| Group: | Built-in plugins:Strings | 
| Icon: | string.png | 
| Color: | black | 
| Authors: | Aless Lasaruk | 
| Copyright: | (c) 2010 Aless Lasaruk | 
 Detailed description
Splits a string in a list of strings
 Input parameters
- 
value: 
String
- Value to split
- 
delimiter: 
String
- Splitting delimiter
 Return values
- 
Default return value: 
List
- List of strings
