Check Color in Journal
Posted: 2004-12-12 09:02:17
InJournal whit an if color == 0x000
thx^^
Bye
thx^^
Bye

Code: Select all
sub zzzzzzzz()
var i
uo.textclear()
for i=10 to 0 step -1
uo.textprint(uo.JournalSerial(i)+"| "+uo.JournalColor(i)+"| "+uo.Journal(i))
next
uo.textopen()
end sub