2.2.1 Finding record locations in a table
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • Managing external tables for SWI-Prolog
        • Managing external tables
          • Accessing a table
            • Finding record locations in a table
              • get_table_attribute/3
              • table_window/3
              • table_start_of_record/4
              • table_previous_record/3
Availability::- use_module(library(table)).(can be autoloaded)
table_window(+Handle, +Start, +Size)
If only part of the file represents the table, this call may be used to define a window on the file. Start defines the start of the window relative to the start of the file. Size is the size in characters. Skipping a header is one of the possible purposes for this call.