Hi everyone, what is the best way to achieve this type of list nowadays?
I know I could do it by using two CLVs that scrolls together but I'm afraid of glitches (like jerky movements between the two on shitty-smartphone like mine)
The features I'm interested in are:
Two columns
each column...
Just wondering if this is possible.
If I store to KVS a double value 1:
'cMP.dMilliSecsPerMapTile will be 1
Starter.kvs.Put("Milli seconds per map tile download", cMP.dMilliSecsPerMapTile)
and read the blob by connecting to the KVS database I get these bytes:
i: 0, byte: 120
i: 1, byte...
I have a long number from database.
The number is 100000000
I need yo do some mathematics operation
When I put it into Double, its turn into 1.0E8.
After I've done with the mathematics operation, I need to convert the number into string.
But it still retain 1.0E8 format.
How do I change it back...
Hi everyone, recently i needed to implement an double column list in one of my app.
I was ispired by an @Erel example, but i needed something slightly different, so i did this (i want to share with you, maybe could be useful to someone even if is a simple thing):
(it support odd number of...
¿Which is the smallest number that can be used in a variable of type float, and Which is the smallest number that can be used in a variable of type double?
Please do not give the answer with a number expressed in scientific notation
Hello!
I'm new to this forum (and generally in B4A and Android programming) and this is my first post.
I have a problem with the app I'm developing.
This is the code causing the crash, but I don't know how to fix it:
Private DriveStartHour As Int = -1
Private DriveStartMin As Int = -1...
Hi Guys,
When using a float to display a sales total I am using this to round the amount.
StoreTotal=Round(StoreTotal * 100) / 100
It seems to work fine until I get a 0 in the last decimal place so 99.99 works fine, however 99.90 will display as 99.9
When I was using a float also with this...
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.