Search found 1 match

by jrfoster
Tue Jan 14, 2025 11:37 pm
Forum: BasicMaker NX and 2024 for Windows
Topic: Assigning selection to a string variable
Replies: 0
Views: 151

Assigning selection to a string variable

I am trying to parse text within a textmaker document. The following code appears to be valid: tm.ActiveDocument.Selection.SetRange ParagraphStart, ParagraphStart + 11 But the following does not work (generates a syntax error): A$ = tm.ActiveDocument.Selection.SetRange ParagraphStart, ParagraphStart...

Go to advanced search