Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ insert(3) — libiris R1c

Media Vault

Software Library

Restoration Projects

Artifacts Sought

insert(3)  —  Unix Programmer’s Manual

NAME

insert - insert commands in an object at the chosen location

SYNOPSIS

C
insert(t, offst)
Tag t;
Offset offst;

FORTRAN
subroutine insert(t, offst)
integer t, offst

Pascal
procedure insert(t: Tag; offst: Offset);

DESCRIPTION

Insert takes a tag t and an offset offst as arguments, and positions an editing pointer on the indicated command.  Subsequent graphics commands are added before the indicated command.  Closeobj or another positioning command (delete, insert or replace) terminates the insertion. 

SEE ALSO

closeobj, delete, editobj, replace

NOTE

This command can only be used in immediate mode. 

Silicon Graphics  —  R1c

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026