gettype

  1. DIEGO TREJO

    iOS Question Get the Long type using GetType

    [SOLVED] In B4i, the GetType function always returns __NSCFNumber regardless of whether the data is Int, Byte, Float, Decimal or Long. Is there a way to differentiate these types of data? I am interested in differentiating the Long type
  2. ALBRECHT

    Android Question [Solved] Object GetType

    Hello, I have that sub to try to make some actions regarding of the view object type : Sub TrtObject(Obj As Object) Dim Lbl As Label Dim Btn As Button Dim Lv As ListView Dim Clv As CustomListView Log(GetType(Obj)) If GetType(Obj) = "Label" Then Lbl...
Top