Up |
strcatblit Scol 5.x or above required
strcatinit, strcatblit, strcatlen were designed to speed up the reception of files downloaded from a Scol server, more especially the management of received data chunks.
You can use them whenever you need to perform multiple strcat( ) and that you know the size of the final resulting string.
Blits the content of a classic string at the end of an allocated one.
Prototype :
fun [S S] S
- S : allocated string.
- S : classic string.
Return : S the allocated string or nil if error.
See also :
strings section (syspack)
Example :