data type

  1. R

    Android Code Snippet Get data type from 1D string array

    This is mainly needed for if the data needs to be sorted eg in a flexible table. Lightly tested and seems to work fine, and is quite fast as well. Will be interested if there are improvements. Sub GetColumnDataType(arrString() As String) As String Dim i As Int Dim r As Int Dim...
  2. R

    Android Question Wrong Long Data Type

    I have created a function to count my seconds since January 30, 1899. This function returns a result that is over 3,000,000,000. I thought of using a long, but when effect multiplication has a negative result. What kind of data should I use? I also tried with float and double without success...
Top