textreader

  1. R

    Android Question How to return Null from Sub that returns String?

    I wrote a simple class that does the same as TextReader.ReadLine. It returns a string, just like TextReader.ReadLine. The return value from TextReader.ReadLine can be compared to Null, so for example in a loop: str = oTR.ReadLine If str = Null Then Exit Now I am trying to do the same with my...
  2. walterf25

    Android Question FireBase ML Vision

    Hi All, i was giving @DonManfred 's library a try, the app compiles just fine, I have updated and downloaded the latest firebase libraries and components, as I said, the example app compiles just fine, but it forecloses right away, I don't see any errors in the logs, however in the unfiltered...
  3. Pedro Caldeira

    B4J Question Unreadble Characters

    Hello All, I am reading several text files into lists, processing the info and writing them again. One of the files, however has some special characters, tar i connot read correctly. Any ideias ? File: :· 72033258 7203325704/04/2018 :· 72033259 7203325704/04/2018 :µ 72035960 7203596104/04/2018...
Top