|
发表于 2009-4-24 23:08:26
|
显示全部楼层
来自 中国–广东–惠州–惠城区
- /* 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 add(dest[],len,const src[],max=0);
复制代码 add()函数也可以的,或者用COPY()也行. |
|