Hi all,
what's the difference of these ?
Which one to prefer in order to obtain best performances (speed)
in a timing critical context ?
Many thanks
what's the difference of these ?
B4X:
Dim myString As String = File.GetText(Dir, FileName)
Dim myString As String = File.ReadString(Dir, FileName)
Which one to prefer in order to obtain best performances (speed)
in a timing critical context ?
Many thanks