MMO'NAF:  No Auto Format

Bit value:  67108864

This opcode disables the normal auto-formatting which occurs when a memory based (NO-FILE) memo is loaded for display or editing. This may be necessary when loading memos containing lines which barely fit in the allotted width, or when re-loading memos which have been edited in memory already to avoid unwanted line breaks. This problem can occur when the MMO'OTX opcode is used to output a memo direct to a memory array - the array width is equal to the memo width with no extra room for a line terminator. When it is reloaded from this format (without MMO'NAF), INMEMO triggers a word-wrap when the last character fitting on a line is entered, changing the line breaks if the last character was a non-space.