Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Color control codes
#2
LCD Wrote:Hallo boriel, you wrote, the control codes can be used like in BasIn, I tested it:
Code:
print at 0,0;"\{i7}\{p2}\{b1}Test"
works fine, but BasIn allows this too:
Code:
print at 0,0;"\{i7p2b1}Test"
which does not work. Is this a bug?
Yes: Didn't know BASIN allowed that. Which version do you have?
I will implement it, anyway.

Quote:Btw: Release 1.2.1 is excellent. My latest test Program needed 8 Kb before, now it is only 4 Kb...
Errr. It needs 4Kb less to load, but once run, the HEAP zone will be created and it will take another 4Kb (Heap is the temporary memory for string management). So you ended up using 8kb again. In the next releases a new flag for the heap will be used so you can specify a 1024bytes heap, etc.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)