Function - STRINGINSERT
SYNTAX |
StringInsert( ARRAY string, ARRAY toinsert, ARRAY index) |
RETURNS |
TEXT ARRAY |
DESCRIPTION |
Insert in the first parameter the second parameter string at the specified index number |
ADDITIONAL INFO |
|
EXAMPLE |
StringInsert(" EVERYBODY", "HELLO", 0) |
| |