[futurebasic] Re: [FB] Coloured text

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 2011 : Group Archive : Group : All Groups

From: Robert Covington <artlythere@...>
Date: Fri, 29 Apr 2011 15:48:35 -0400
I tried it in both FB4 and FB5.4.8 and got the same red results?

rc


Window 1

print "";
color _zred
print "blürf!!"
//flushwindowbuffer 'fb4
stop

color _zred
print "";'or no command
print "blürf!!"
//flushwindowbuffer 'fb4
stop

On Apr 29, 2011, at 2:56 PM, Dan Baeckström wrote:

> This is probably an embarrassingly simple question to you pros out  
> there, but
> please bear with me. This snippet will print text in *red*:
>
> print "";
> color _zred
> print "blürf!!"
> stop
>
> while this one will print in *black*:
>
> color _zred
> print "";'or no command
> print "blürf!!"
> stop
>
> What's going on? Is it supposed to be like this or have I missed  
> something?
>
> Regards,
>
> Dan
>
>
> --
> To unsubscribe, send ANY message to: futurebasic- 
> unsubscribe@...
> To access the list archives, go to:  http://freegroups.net/groups/ 
> futurebasic/
>