Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to match all double byte characters
#26
another way using setsel
 
Code:
Copy      Help
,case 13
,out s ;;success
,int w=win("" "Notepad2")
,int c=id(64259 w) ;;Scintilla
,s.setsel(0 c)
,DT_Cancel(hDlg)

or
Code:
Copy      Help
,case 13
,out s ;;success
,int w=win("" "Notepad2")
,act w
,paste s
,DT_Cancel(hDlg)


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

Forum Jump:


Users browsing this thread: 1 Guest(s)