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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.