Previous Page | Next Page

Commands Used with the IMGCTRL, IMGOP and PICFILL Functions

WTITLE



Specifies a title for the Image window
Syntax
Details
Example

Syntax

rc=IMGCTRL(task-id, 'WTITLE', title);

title

is the text to display as the window title.

Type: Character


Details

The specified title appears in parentheses after SAS: IMAGE in the title bar of the window.


Example

Specify gname as the title of the Image window:

path=lnamemk(5,catname,'format=cat');
rc=lnameget(path,type,name,form);
gname=scan(name,3,'.');
rc=imgctrl(tid,'wtitle',gname);

Previous Page | Next Page | Top of Page