Not too shy to talk
Joined: 2006/11/29 1:00 Last Login
: 11/1 3:54
Group:
Registered Users
|
First of all, thank you to Hyperion and all of the developers who brought us 4.1! (It's a really nice update.)
For some reason, since upgrading to 4.1, the ARexx script CloseAllDrawers.rexx does not work any more.
Its a short script, and I'm not sure where the problem is. This is all there is to it.
options results
address WORKBENCH
GETATTR WINDOWS STEM WINDOW
do i = 0 to WINDOW.count-1 IF WINDOW.i ~= "root" THEN WINDOW '"'||WINDOW.i||'"' CLOSE END
Any ideas?
|