Chapter Contents

Previous

Next
Graphic Text: _setText

Graphic Text: _setText



Assigns a character string to graphic text

Inherited from Widget


Syntax
Example

Syntax

CALL NOTIFY (grtext-name, '_setText', text-string);

Argument Type Description
text_string
C assigns the character string to display


Example

_setText assigns the character string Sales to the graphic text object GRPHTXT1:

   call notify('grphtxt1','_set_text_',
               'Sales');


Chapter Contents

Previous

Next

Top of Page

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