CompuServe Thread

Forum unknown · Programming

#lattice C

1 messages in this thread
#117222From: Nick Sullivan/TransactorApr 3, 1988 9:40 AM
movmem? That's an arcane way to do it! How about strcpy(string, "string"); , which is not only simpler but also makes sure the terminating null is present in the destination string, which it would not have been in your example unless the '6' was changed to a '7'?