string variable

  1. F

    Android Question [SOLVED]Very Slow Loop

    I have a for-loop where I fill with data a string variable (that I have already Created). It takes 6 to 10 secs to complete. Log($"BEFORE loop- $time{DateTime.Now}"$) Dim n As Int = crs.RowCount - 1 Dim lvHtml As String = $"<!DOCTYPE...
  2. J

    Android Question CCTV Client MJPEG Class Not Working with string variable

    Hi. I tried using MJPEG Class in B4A (copied from B4J example and modified to B4A) with a string written directly mj1.Connect("192.168.0.5/", 51042) and it's working. But if I store that same string in a variable Dim ip as String = "192.168.0.5/" mj1.Connect(ip, 51042) Is not...
Top