Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ istag(3G) — GL2 W3.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

istag(3G)  —  Silicon Graphics

NAME

istag − indicates if a given tag is used within the current open object

SPECIFICATION

C
Boolean istag(t)
Tag t;

FORTRAN
logical function istag(t)
integer*4 t

Pascal
function istag(t: Tag): Boolean;

DESCRIPTION

istag returns TRUE (1) if t is used within the current open object and FALSE (0) if it is not.  The result is undefined if there is no current open object. 

SEE ALSO

gentag, isobj Programming Guide, Section 8.3, Object Editing

NOTE

This routine is available only in immediate mode. 

Version 3.6  —  December 20, 1987

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