Again, this is obvious, but not stated in the BasicMaker Manual.
The difference between Write # and Print # is that:
Write # writes Strings with quotation makes: "String"
Print # writes Strings without quotation makes: String
Search found 3 matches
- Sun Aug 17, 2025 7:43 pm
- Forum: BasicMaker NX and 2024 for Windows
- Topic: Write String to text file without quotes
- Replies: 0
- Views: 5397
- Sun Aug 17, 2025 6:54 pm
- Forum: BasicMaker NX and 2024 for Windows
- Topic: TextMaker - remove borders from a group of paragraphs
- Replies: 0
- Views: 794
TextMaker - remove borders from a group of paragraphs
I have a document which has a border around a group of paragraphs. In TextMaker, removing this border is very easy. After selecting the paragrphs with the border, I use Format, Paragraph..., Borders Tab, then select None. However, I cannot find out how to do this using BasicMaker. I can select a gro...
- Mon Aug 11, 2025 2:02 pm
- Forum: BasicMaker NX and 2024 for Windows
- Topic: Finding text in textmaker
- Replies: 0
- Views: 2468
Finding text in textmaker
It may seem obvious when you know the answer, but the information is not in the Manual. The text in a Selection in TextMaker is defined by the property "Text". e.g. "tm.ActiveDocument.Selection.Text = "text" I wanted to do Search and Replace in an open Textmaker document. Th...