Is there a spin function (or object) to concatenate strings ?
Untel
Posts: 27
Is there a spin function (or object) to concatenate strings ?
Best regards
N.R.
Post Edited By Moderator (Joshua Donelson (Parallax)) : 10/23/2009 4:51:36 AM GMT
Best regards
N.R.
Post Edited By Moderator (Joshua Donelson (Parallax)) : 10/23/2009 4:51:36 AM GMT
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering
bytemove(dst+strsize(dst),src,strsize(src)+1)
-Phil
This tell me that I will have to deal with byte moving and adjustemnts
Regards
N.R.