Hi everyone I was wondering if it possibile to cast a Map object to a Custom type object that has the same fields.
At the moment I'm doing with a function that manually get all the fields from the map.
Thanks in advance
Hola a todos.
Estoy tratando de pasar parte del contenido de un archivo csv a una base de dato sqlite. Para ello escribí una funcion de prueba. Este es el código.
Public Sub CargaDatos
Dim SU As StringUtils
Dim AirPorts As List = SU.LoadCSV(File.DirAssets, "ejemplo.csv", ",")...
In B4A 12.20 (64-bit version), I'm having trouble converting a string to a long:
The string is a UUID (e.g. "997203633536585465") which I generate by multiplying 2 random Ints. But assigning it to a Long variable yields the slightly different value of "997203633536585472", which feels like a...
hi
when i want use screen record , I should use cast
when i use cast , i must accept cast permission every start to screen record
But
on anydesk app is different mechanism about permission
anydesk has just Security Warning just one time
how can i use anydesk mechanism for screenrecord or...
Hey!
I'm working with my API made in PHP . Afer I got logged it returns an Access Token and a Refresh Token in json format. Like this:
Postman:
{
"statusCode": 201,
"success": true,
"messages": [],
"data": {
"session_id": 9,
"access_token"...
I am working with a .jar external library and I need to send a java.util.Vector data to one of its methods. How can I cast that type of data or convert a B4X array or a B4X list to a vector?
The library's documentation says:
public void setNoteList(java.util.Vector newNoteList)
Replaces the...
Ex:
Dim myLife as Map (As yearstring, As Wine)
If myLife.Get("2019").IsTonsOfWine = True Then...
Because I haven't found any with the IDE or in the forums.
That would be a huuuuuuuuuuuuuuuuuuuuuuuge time saver I believe.
Thanks !
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.