Thread
:
Program quits after data input?
View Single Post
jose_peeterson
Contributor
13Jun2012,15:19
It will point to another either the 30th index if path is ++ or 0th index if path is --. to reset back to the 15th index i use the code
Code:
path = &path[15]
at the VERY END of the loop. Am I missing anything?
THANKS A LOT
Last edited by jose_peeterson; 13Jun2012 at
16:59
..