Other List of Functions

solfinker

Member
Licensed User
Longtime User
Hello.
I have trouble finding functions.
I downloaded the Beginners Guide and the User's Guide which both are great.
Tutorials & Examples are magnificent, but I am missing something, because I have been looking for a function which returns the integer part of a number (Floor() will do the job) and the Online Community Search has not helped me finding it.

If you look for "floor" nothing happens
If you look for "Floor" you get a question about Google Maps
If you look for "Cint", "Integer Part" nothing happens

Thank you for your suggestions.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
When you search for Floor it returns the keyword description as the first result:
SS-2015-08-27_10.17.36.png


You can see the internal keywords here: https://www.b4x.com/android/help/core.html#keywords
 
Upvote 0

solfinker

Member
Licensed User
Longtime User
Thank you!
The Search textbox prompted what I said.
I was missing the Return key.

Thank you again.
 
Upvote 0
Top