Tag: functions
-
Base64/sexatrigesimal encoding/decoding in VBA/VB6/Visual Basic
Here is an implementation of Base 36 enconding/decoding functions is VB6.
-
PHP Factorial and Combination functions
A quick post on two functions for PHP that provide factorial and combination support.