On first glance, you might say 'that seems too easy to write about'... but give it a thought.
If you have a custom text box:
And you're storing the content into SOP10106, you have to break it into 4 strings, (COMMENT_1, etc.) and then store the entire text in CMMTTEXT.
In the example above, we just parse on the vbCRLF chars and go on. But what about this one:
64 words, 419 characters. No vbCRLFs. What logic do we use now? We'll cover that.