Hi
Currently I'm using fwrite to create a txt file and this works very well.
However I've updated my script and now I'd like to be able to add some fonts (bold / color) to the resulting file.
The aim is to have most of the outputted lines as normal default text, but any that match my criteria should be written in bold and red !
I assume it's possible... but how ? 🙂
Any pointers.
Thanks