Hello,
I have some ints that I want to out put into large lettering like 131 would be
().....()......||
()...(.....)...||
().........)...||
().....()......||
().........)...||
()...(.....)...||
().....()......||
is there a quick and fast way to do this with a function or do I just have to hard code it, or is there somewhere I can find a function that someone else has written?
Thanks
Why would you want to do this? If you need fancy displays use a graphics library. If you try to force the console to do something it's not designed for, you have to do it the hard (and time-consuming) way.