> > At least, it is strange that anyone can't use declared variable in repeated > expressions, for example, in plugin calls: > > local capti = "tralala" > wait.until (win.trayminned(capti),win.visible(win.handle(capti)))
There is no such restriction. But have run into a different syntactic quirk, which applies to wait.until and wait.for only. The first item must be a simpler integer. wait.until(123, expression) What are you to do witht he above wait.until?
