I have not had much practice with manipulating text files... i can read in a line with line input or a string with mid but what i want is to assign parts of the text file to variables.
File might look like this
Name bob
date 29/09/2005
time 10:00:00
i would like to assign bob to a vaiable such as myname
and 29/09/2005 to a variable mydate etc etc
i have searched but cant see the wood for the trees
File might look like this
Name bob
date 29/09/2005
time 10:00:00
i would like to assign bob to a vaiable such as myname
and 29/09/2005 to a variable mydate etc etc
i have searched but cant see the wood for the trees