For entire lines:
  CALL SETCOLOR  'VMOUT', 'PINK ', 'BLINK'
SETCOLOR:
  PARSE ARG color_area, color_hue, color_ext;
  'EXECIO 0 CP ( STRING  SCREEN ' color_area color_hue color_ext
(written before PIPES existed)

For the individual order codes, refer to the Data Stream Programmer's Reference. GA23-0059, available here: http://www-1.ibm.com/support/docview.wss?uid=pub1ga23005907
(And it's not that difficult)



Fran Hensler wrote:

I found the codes for hilite and normal in an EXEC that I did not
write.  I have tried codes like these to do color but I was not
successful.

/Fran
---------------------------------------------------------------
On Thu, 30 Nov 2006 13:46:33 +0100 Zoltan Balogh said:
where can i find 'codes' like this? I mean this is hilight, but it should be
more..

Other: if i define a window and vscreen. Can i redirect an exec output to
there?

On 11/30/06, Fran Hensler <[EMAIL PROTECTED]> wrote:
Hilighting part of a line in REXX is pretty simple.

/* */
hilite = '1de8'x
normal = '1d60'x
copyxref = hilite || 'COPYXREF' || normal
Say "Don't forget to use the" copyxref "command."
exit

/Fran Hensler at Slippery Rock University of Pennsylvania USA for 43 years
        [EMAIL PROTECTED]         +1.724.738.2153
       "Yes, Virginia, there is a Slippery Rock"


Reply via email to