Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Reset color output to black
#1
In the example which it follows I am wondering why "0x000000" does not change color to black. Any advice is much welcome. Many thanks in advance.

Function tempf10
Code:
Copy      Help
str s
s=F"<>Default<c 0x0000FF>Red<c 0x00FF00>Green<c 0x000000>Black0<c 0x000001>Black1</c>"
out s
#2
Don't use nested <c>.

s="<>Default<c 0x0000FF>Red</c><c 0x00FF00>Green</c><c 0x000000>Black0</c><c 0x000001>Black1</c>"


Forum Jump:


Users browsing this thread: 1 Guest(s)