altering

  1. R

    Android Question Updating a list of 1D string arrays

    Experimenting with B4XTable and in that the data is set with a list of arrays. Now in these arrays I have Excel dates and I need to alter these to tick dates and I do this with this code fragment: For c = 0 To arrDataTypes.Length - 1 If arrDataTypes(c) = "XD" Then...
Top