add
- Синтаксис
-
native add(dest[],len,const src[],max=0);
Переменная | Описание |
---|---|
dest |
String to append to. |
len |
Maximum length of entire buffer. |
src |
Source string to concatenate. |
max |
Number of characters to add. |
- Описание
- Concatenates one string onto another.
- Возвращает
- Number of of all merged characters.