Corrections
Moderator: Benj
-
- Posts: 2
- Joined: Sun Jul 15, 2012 11:19 pm
Corrections
Two errors, but perhaps they were deliberate to test our mettle!
Context :
Flowcode step by step
Strings and memory
7. Getting a phone number
General Comment – As the topic is entitled “Getting a phone number” – I declared numarray as a 12 Byte variables instead of 10 to accommodate 11 fig phone mumber + enter key. !
Error 1
Text reads
“This is followed by a Calculation icon where the value KEY is increased by 1: this means that the next character entered on the keypad will be stored in the subsequent character of the array.”
Should read:
“This is followed by a Calculation icon where the value PTR is increased by 1: this means that the next character entered on the keypad will be stored in the subsequent character of the array.”
Error 2
On flowchart,
Presently shows : next icon following the 100ms Delay Icon is a Connection Point to B
Correction should show Connection Point icon to A
Regards Ian Johnston