I am having a PSTRING problem- can anyone help please?
This statement works:
PutUp$="F1 First":CALL PSTRING(15,2,PutUp$,15,9)
No problem there. It prints "F1 First F7 First in List" in
Bright White on a blue background.
However, if I want to:
PutUp$="F1 First":CALL PSTRING(15,2,PutUp$,15,BClr)
{Assume BClr is any 0 - 14}
It does not want to allow this.
I would like to be
able to control my color for emphasis. I am under the impression
it should allow me to use variables so I can print that line
with any color (almost) anywhere on the screen. Does it behave
like that? If so, what I am doing wrong?
I am using PB 3.5 for Dos, and my OS is Win ME.
Thank you.
[This message has been edited by Robert Carneal (edited May 05, 2003).]
This statement works:
PutUp$="F1 First":CALL PSTRING(15,2,PutUp$,15,9)
No problem there. It prints "F1 First F7 First in List" in
Bright White on a blue background.
However, if I want to:
PutUp$="F1 First":CALL PSTRING(15,2,PutUp$,15,BClr)
{Assume BClr is any 0 - 14}
It does not want to allow this.

able to control my color for emphasis. I am under the impression
it should allow me to use variables so I can print that line
with any color (almost) anywhere on the screen. Does it behave
like that? If so, what I am doing wrong?
I am using PB 3.5 for Dos, and my OS is Win ME.
Thank you.
[This message has been edited by Robert Carneal (edited May 05, 2003).]
Comment