Show Command and High Intensity (GRX)

Kenneth Brody kenbrody at spamcop.net
Fri Feb 13 09:05:10 PST 2009


Quoting Chris Sellitto (Fri, 13 Feb 2009 11:51:52 -0500):

> Hello all,
>
> I am using filePro 5.0.14RN9, under WinXP environment.  I am trying to
> get text to appear in a black background with high intensity yellow
> foreground using the show command.  I am not having much luck with it.
> All I have gotten is a black background with low intensity yellow.
>
> I have tried the following command.
>
> show ("6","30") "\B0\I\F6TEXT"

Rather than using "\I" and "\F6" as two steps, why not just use "\FE" to
get bright yellow foreground?

Or, why not just give the full attribute all at once:

     show ("6","30") "\A0ETEXT"

-- 
Kenneth Brody


More information about the Filepro-list mailing list