| overlay |
(String str1, String str2 [, int count]) |
yoix.string |
| |
|
Copies everything, including null characters, from
str2
to
str1,
and returns the result.
The optional
count
argument determines how many characters are copied from
str2,
but if
count
exceeds the size of
str2
null characters are automaticaly used for the missing characters.
|
Yoix is a registered trademark of AT&T Inc.
|