offset

  1. practicalsoft

    B4X FEED Random number between X and Y

    There are many code snippets on the forum for random numbers. This example is for a project Im doing that needs to randomly select 1 of 4 LED's. Im not too worried that its pseduo random but this code will get you a random number between 1 and 4 (but makes sure you dont get the same number twice...
  2. practicalsoft

    B4X FEED Progressbar with SQLite NonQuery

    Hi Experts, This is SQlite Update Code B4X: Dim count,limit,offset As Int count = db.ExecQuerySingleResult($"select count(*) from a"$) limit = 100 offset = 0 Do While offset < count db.ExecNonQuery( _ $"UPDATE a SET amt= (update sum values here)...
  3. abass

    برنامه نویسی تابع توست مسیج در b4i

    تابع توست مسیج در b4i Sub ToastMessageShow(App As Application,Message As String,LongDuration As Boolean,aFont As Object,TextColor As Int,BackgroundColor As Int,Offset As Int) Dim hu As HUD hu.ToastMessageShow(Message,LongDuration) Dim no1 As NativeObject = App.KeyController no1...
عقب
بالا