First of all, sorry for my poor english

I instaled flowcode v5 demo (picmicro). I wrote simple program with switch and 3 leds. When i start the simulation one led is blinking, if the switch is on, first led stop blinking and second start. Third led is only for indication if switch in on or off. Simple.
Now i have a question. If you look flowchart you'll see that I used "decision" function in main loop. I used variable RA3, which is conected to switch on port RA3.
Now I want to use some "variable" off port RA2 instead RA3. RA2 is output for control LED. I don't know how to.