Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Writing string to file from Array.
#2
you need to store all the variables into 1 string before saving.
try this
Function Function10
Code:
Copy      Help
out
ARRAY(int) a; int i; str sc sn
out "[][9]ALL VISIBLE WINDOWS"
win("" "" "" 0 0 0 a)
for(i 0 a.len)
,sc.getwinclass(a[i])
,sn.getwintext(a[i])
,str ft=F"{a[i]} '{sc}' '{sn}'"
,out ft
,ft.setfile("C:\wn.txt" -1 -1 1)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)