[MWForum]removing buttons

Bob Albright mwforum@lists.mathcats.com
Mon, 1 Dec 2003 21:14:42 -0600


With buttons on page 1 the following instructions result in the error
"dolist does not like remove_buttons as input in start"

The show command does list all the buttons.

to start
;remove all buttons
make "remove_buttons get "page1 "buttons
show :remove_buttons
dolist [i "remove_buttons] [remove :i]
end

Bob