[REBOL] Re: changing color of LED

2004-01-02 Thread Rene Schrader-Boelsche
> Flip-LED: func [led [object!]] > [ > led/data: not led/data > show led > ] Yes! Super! Thank you very much... René -- Rene Schrader-Boelsche renevilla-cossio.com Heidberg 12www.villa-cossio.com D-24641 Stuvenborn +49 (0)4194 988570 -- To unsubscribe from t

[REBOL] Re: changing color of LED

2004-01-02 Thread SunandaDH
Hi Rene: > Therefore I used leds (indicator lights) with the colors red and green. > After purging old stuff from my disc I lost this reblet, too. So I can't > remember how I did changed the color of single leds. Two functions and a demo: Flip-LED: func [led [object!]] [ led/data: not led/da