Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to match all double byte characters
#8
@kevin

How to delete the line starting with // From multiple lines of text?

for example:

Macro Macro19
Trigger A6     Help - how to add the trigger to the macro
Code:
Copy      Help
_s=
;DocumentModel document = new DocumentModel();
;
;Section section = new Section(document);
;document.Sections.Add(section);
;
;Paragraph paragraph = new Paragraph(document);
;section.Blocks.Add(paragraph);
;
;Run 文字一run = new Run(document, "文字二");
;paragraph.Inlines.Add(run);
;
;文字三document.Save("test.docx");文字四
;
;//文字
;ComponentInfo.SetLicense("FREE-LIMITED-KEY");

;delete the line starting with //


out _s


Messages In This Thread
RE: Unable to match all double byte characters - by macman - 01-03-2021, 09:48 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)