Hey, Ive recently started programming and kinda hit a wall on how to continue :S
Im trying to load the values in a textfile into a array and then calculate the lowest value in the array and display it.
The format in the textfile is in HH.MM.SS and every value is stored for example 01.52.26 on a seperate line in the file, and i want to be able to drag those values out and then find the lowest one and display it in the same format. But i got no clue how to start :S ive looked around on how to but with no luck so far, atm im useing the ReadAllLines command but to be honest i dont really know how to use it properly.