Function - STRINGEXTRACTSTART
String Extract Start |
String
|
SYNTAX |
StringExtractStart( ARRAY string, ARRAY value) |
RETURNS |
TEXT ARRAY |
DESCRIPTION |
Extract a string from the string in the first parameter, starting at 0 and ending at the specified number in the second parameter |
ADDITIONAL INFO |
|
EXAMPLE |
StringExtractStart("HELLO", 2) |
| |