Anyone
using Print #1; tab () how does one get the result in bold
How to Get the above result in Bold ?Code:Print #1, Tab(10); "Samyo"
like this
Samyo
Thanks
Samyo
Printable View
Anyone
using Print #1; tab () how does one get the result in bold
How to Get the above result in Bold ?Code:Print #1, Tab(10); "Samyo"
like this
Samyo
Thanks
Samyo
that depends entirely on what you plan on showing the text in when you read it again.
You would have to write out to your file in a different format. Just like with notepad, you cant type in bold unless you format it from the menu and then its all or nothing.
The better option would be to write out in ricj text format so you can open it in Wordpad or Word and retain your formatting.
Now if you just are using the file for data storage and reading back into your app then you need to create your own tags to tell yourself that it should be bold. Then when you read it in you need to parse out the custom bold tags and apply bold formatting in whatever control your loading the data into.
Answer thief!