| Item | Description |
| HardCR() | Replaces soft carriage returns with hard CRs in a character string. |
| HB_ReadLine() | Scans a formatted character string or memo field for text lines. |
| MemoEdit() | Displays and/or edits character strings and memo fields in text mode. |
| MemoLine() | Extracts a line of text from a formatted character string or memo field. |
| MemoRead() | Reads an entire file from disk into memory. |
| MemoTran() | Replaces "carriage return/line feed" pairs in a character string. |
| MemoWrit() | Writes a character string or a memo field to a file. |
| MLCount() | Counts the number of lines in a character string or memo field |
| MLCToPos() | Determines the position of a single character in a formatted text string or memo field. |
| MlPos() | Determines the starting position of a line in a formatted character string or memo field. |
| MPosToLC() | Calculates row and column position of a character in a formatted string or memo field. |