Macro Language Reference > Macros > Text (Frame Level) > ttgreek
  
ttgreek
Description
Specifies that a given text stream should be 'greeked' when the screen is redrawn. Greeked text is drawn as grey boxes and can significantly improve the speed of operation of PTC ALD when many streams are involved (e.g. in a newspaper layout).
 
Example 298. 'Greek' the current text stream
The following macro 'greeks' the contents of the current text stream and then redraws the screen:
ttgreek:wdr
 
Example 299. View strm0 in greeked form
The example below specifies that stream strm0 should be greeked: the screen is then redrawn with the wdr macro.
ttgreek "strm0":wdr
Syntax
ttgreek stream_name:t? on_off:o?
ttgreek
[no parameter]
Turns greeked text on or off, depending on current setting
on_off
0
Deactivate greeked text
1
Activate greeked text
stream_name
Ø
Defaults to the text stream with the text cursor in it.
name
Name of the stream whose text is to be greeked.
Additional Information
The ttgreek command should be followed by a wdr macro to redraw the screen.
Related Links