Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Copy text to the outside editor
#2
Example
Code:
Copy      Help
str programs=
;$program files$\FineEditor\FineEditor.exe
;$program files$\Windows NT\Accessories\wordpad.exe
;and so on

ARRAY(str) ap=programs

str windows=
;Fine Editor
;WordPad
;and so on

ARRAY(str) aw=windows

int+ g_ed; g_ed+1; if(g_ed>ap.len) g_ed=1

run ap[g_ed-1]
wait 10 aw[g_ed-1]
key Cv


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)