text files

  1. LucaMs

    B4J Code Snippet [B4X] AppendToTextFile

    Description: appends text to a text file ? Author: @Erel (original code here) Platforms: B4A, B4J, B4i Private Sub AppendToTextFile(Dir As String, FileName As String, Text As String, NewLine As Boolean) If NewLine Then Text = CRLF & Text End If Dim out As OutputStream =...
Top