Chapter Contents

Previous

Next
WTITLE

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);


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.