Yo!
I'm writing a script that will output some text to a user.
It also takes input from a user, and can display this too.
The problem arises when I want to color the output a bit.
Since the output contains numbers, the script "includes" the number in the color code. This is even more troublesome, since some of the variables it outputs sometimes contains numbers too.
Is there any way to "end" a color code, or some other solution?
For example, I want the script to output: "blah \0033$var\003", where $var = "0". For now I simply put a space between the color code and the variable.. but I would like a better solution.
Thanks in advance for any help. :]