add
Syntax
native add(dest[],len,const src[],max=0);
Usage
| Parameter | Description |
|---|---|
| dest | String to append to. |
| len | Maximum length of entire buffer. |
| src | Source string to concatenate. |
| max | Number of characters to add. |
Description
Concatenates one string onto another.
Return
Number of of all merged characters.