back to Table of Contents


BufInsertFile (sub)

This subroutine will insert the entire contents of the given file into the specified buffer starting at the current buffer (cursor) position.

The call will also recalculate all markers to maintain its respective positions. The current buffer position is updated accordingly and is on the first byte behind the inserted data after the call.


SYNTAX:

BufInsertFile buf$(), fileSpec$

INPUTS:

buf$() (STRING array)

fileSpec$ (STRING)


NOTES:


back to Table of Contents