Search results 124

Card image cap
StringFlip

Flips a string, right-to-left, and if passed again, will flip it back Can be ...

Card image cap
CutRightString

Cuts a string from a string FROM RIGHT starting from specific character and ...

Card image cap
CutLeft

Cuts the left part respecting words, without cutting words

Card image cap
Hex2Bin

Converts Hex to Binary

Card image cap
Str2Hex

Convert a string to Hex

Card image cap
GetDigits

Extracts digits out of a string

Card image cap
Calendar, a pure-VBA userform (FrmCal)

VBA pure Calendar form, no outside lib needed Edit 2020-03-18: Enhance ...

frmCal.zip

Card image cap
RandomHelloACM

Generate random using web service into ASP variable. With help of PHP, we now ...

RandomHelloACM.zip

Card image cap
GetExtension

Gets the extension of file from its filename

Card image cap
FA5Icon_FromExt

Gets FontAwesome 5 icon for a file using its extension Used in MyDev website

Card image cap
FileSize_Formatted

Returns file size in formated human way (mb, gb, etc..) Or, it can format any ...

Card image cap
Floor

Rounding a number to nearest integer closest to zero.
Equivalent to Excel ...