Visual Basic .txt files?
I require a press button that as soon as clicked goes into business up any specified.txt track and displays how many lines, the most important value and the smallest price.Please help
Dim verts As String()
Dim count, minutes, max Seeing that Integer
verts = Track.ReadAllLines(“Your Track Name.txt”)
rely = verts.Count
minutes = verts.Min(Function(x) CInt(x))
max = verts.Max(Function(x) CInt(x))
Today just showcase count, minutes and max.
…and what brand-new coded so far Post the item and we can assist you get the item working.
Leave a Reply
You must be logged in to post a comment.