Functions are provided to place text in a memory file by reading it from an ASCII text file or by transferring the contents of a string directly to a row of a memory file. This capability is useful to do the following:
Using mf_rowrpl() to Place a String in a Row
Writing Strings with Embedded Newlines
Handling Strings Longer than the Maximum Number of File Columns
Checking Each String Before Placing it in the Memory File
Code Example: Building a Memory File with mf_rowrpl()
Code Example: Handling Long Strings