native
add
Syntax
native add(dest[],len,const src[],max=0);
Description
Adds one string to another. Last parameter different from 0, specifies
how many chars we want to add. Function returns number of all merged chars.
native
native add(dest[],len,const src[],max=0);
Adds one string to another. Last parameter different from 0, specifies
how many chars we want to add. Function returns number of all merged chars.