length

  1. R

    Android Question Problem with Length function in B4XTable SQL

    Just started to experiment with B4XTable, using the provided example project as provided by Erel in the first post regarding B4XTable. I added some extra options to the search facility, edited the Subs: Public Sub BuildQuery Private Sub ImplUpdateDataFromQuery Public Sub BuildQuery...
  2. MList

    Android Question Define String with a certain length

    Hi, Is there any way to define a string with a certain length ? Like in Visual Basic reserved as string * 3 => length = 3 I have big data coming in as Hex String, it woud be much easier to handle with a structure of certain string length. VISUAL BASIC Public Type flagstringstruct 'Value...
Top