Search notes:

VBA: data type double

Floor

VBA does not have a function named floor.
In order to calculate the floor of a double with VBA, either int(num) or fix(num) is needed.
TODO: In Excel, apperently, there is also a worksheetFunction.floor_math or worksheetFunction.floor_precise() function.

See also

Internally, a date is stored as a double.
The type declaration character for a double is #.
The single and other datatypes.

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1745471004, '18.191.190.40', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/VBA/language/datatypes/double/index(51): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78