String Manipulation // Character Insertion/overwriting

Started by Mirage, October 19, 2010, 06:42:18 PM

Previous topic - Next topic

Mirage

When trying todo an assignment the fastest way I was able to think how to do something was to create a static string todo the printing (since it only has to print in that specific way) I was wondering how exactly I would go about inserting/overwriting a character in that string from outside?


Nevermind, got it solved with MOVSB