anyone come accross the problem of a file only reading evry other line?
loadingData = ReadFile(dirPath$)
While ReadLine$(loadingData) <> ""
e1.encrypt = New encrypt
e1\rgb$ = ReadLine$(loadingData)
e1\loc = count : count = count + 1
Wend
CloseFile(loadingData)
Tried using different commands, such as readstring, still get the same problem. Program appears to be reading lines 2,4,6,8,10 etc
Nicoust
loadingData = ReadFile(dirPath$)
While ReadLine$(loadingData) <> ""
e1.encrypt = New encrypt
e1\rgb$ = ReadLine$(loadingData)
e1\loc = count : count = count + 1
Wend
CloseFile(loadingData)
Tried using different commands, such as readstring, still get the same problem. Program appears to be reading lines 2,4,6,8,10 etc
Nicoust