To do this in Binary file mode, you will need to read in the data to a temporary variable, then look for the paragraph delimiters (either Chr$(13) or Chr$(10) or both), then split the text on those characters.