contents.gifprev1.gifnext1.gif

BEGINNING_OF

Description:

Creates a marker at the first character position of a buffer or range.

Syntax:

marker := BEGINNING_OF ({buffer | range})

Example:

The following example creates a marker and moves to the beginning of the current buffer.

mark1 := BEGINNING_OF (CURRENT_BUFFER);

POSITION (mark1);

Related Builtins:

END_OF

POSITION