CompuServe Messages

#lattice C

#: 117222 S10/ProgrammingForum unknown
    03-Apr-88 09:40:35
Sb: #117008-#lattice C
Fm: Nick Sullivan/Transactor 76703,4353
To: Steve Ahlstrom 76703,2006

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

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'?