Hi !
I have a really huge project in development, all is Ok, exept one weird thing. I have the following code somewhere
setcurcor x,y
ink rgb( 255, 255, 255 )
print "some text string"
from one moment, I got output text not white, but yellow. Also, in another similar part of code I got no text at all, but when I change ink rgb( 255, 255, 255 ) to ink rgb( 254, 254, 254 ) i got also yellow text.
I another part of programm box .... rgb( 255,0,0 ) makes not RED box, but some gray one
need to say one more time, all works Ok, no problems at all, exept this one
any ideas ?
What version of PB are you using ?
1.63m atm, but this take place in an old version, like 1.59x, too
You'll have to post complete code that demonstrates this issue.