Your right, I Must have pressed 'copy for forum' by mistake, I have now replaced it with the correct format. Thanks for letting me know!
I have thought of a slightly easier way to print to the LCD that sounds feasable (in my head anyway).
If i were to have a counter that counts up by one each time the void loop() completes a loop and then have an 'if' function so that when the counter reaches 10 for instance it prints the battery voltage and number of turns on the winch. I could then have another function that resets the counter to 1 every time it reaches 11.
Does this sound feasable?