[QUOTE=HankMcSpank;98799]
(btw: please excuse the n00b type coding - is there a more elegant way to toggle a variable?)Code:If above_threshold = 1 then; above_threshold = 0 else above_threshold = 1 endif
QUOTE]
Above code could be this:
Code:above_threshold = above_threshold ^1
Bookmarks