Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ifi
#2
Here use if, not ifi.
If win returns not 0, the window exists.

Macro Macro1551
Code:
Copy      Help
str tt=
;window1
;window2

str t ttNew
int ttt
foreach t tt
,ttt=win(t)
,if ttt
,,mac "SetToolbar" ttt
,,ttNew.addline(t)
tt=ttNew
out tt
1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)