flowchart instruction for beginner

kungpao

New Member
where can I find a flowchart proramming instruction? Please help !I tried but i did not know how to use a "label".
 

manuka

Senior Member
Can you be more specific in your need please! What are you wanting to do ?How much programming & Picaxe experience have you had? Have you pushed F1 or read .pdf instructions? Stan
 

Rickharris

Senior Member
lables can not be used in a flow chart - The jumps around the programme they represent are done by using lines to join the relevent parts of the flow chart.

for example a goto start command would be represented in a flow chart by a line from the end (where the goto would be) to the start of the flow chart.
 
Top