Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ objdelete(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



objdelete(3G)                                                    objdelete(3G)



NAME
     objdelete - deletes routines from an object

C SPECIFICATION
     void objdelete(tag1, tag2)
     Tag tag1, tag2;

PARAMETERS
     tag1   expects the tag indicating where the deletion is to be started
            from.

     tag2   expects the tag indicating where the deletion should stop.

DESCRIPTION
     objdelete is an object editing routine.  It deletes the routines as well
     as any tags starting immediately after tag1 and ending just prior to
     tag2.  tag1 and tag2 remain in the text.

     If no object is open for editing (see editobj) when objdelete is called,
     it is ignored.

     objdelete leaves the pointer at the end of the object after it executes.

SEE ALSO
     editobj, objinsert, objreplace

NOTE
     This routine is available only in immediate mode.



























                                                                        Page 1



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