05-31-2011, 02:39 PM
(This post was last modified: 05-31-2011, 02:43 PM by AceInfinity.)
(05-31-2011, 11:32 AM)Filefinder Wrote: Looks really good what code did you use for the goto line?
A find function for the integer of the line number that I defined in a previous function. converts the string of the input to an integer value that can be read from the line function, and if the string->integer is greater than the total number of lines, I have an else in the if statement to deal with that exception.