Search results 60

Sorted from new to old.
Card image
TrimEnters

SQL Function to remove repeated Enters from a string in SQL Chr(13) + Chr(10)

Card image
Remove_Between2Quotes

Remove any char (or string) found between two quotes in a string This is an ...

Card image
Online Wordpress password hash generator

An online tool to generate password hash for wordpress, tried it just today ...

Card image
Decode and NVL

Two oracle SQL functions, that are interesting. Decode to work as (Select ...

Card image
Refreshing image

Refreshing image in ImageControl of VBE Userform When we change picture of ...

Card image
BS Star system

Bootstrap, Font Awesome rating stars system, to replace options for users to ...

Card image
Magick SVGs to GIFs

Convert SVG files into GIF preserving the transparency, in bulk ' Used to ...

Card image
HTMLDecode + HTMLEncode

Decode and encode back a string using HTML Technically found online, but ...

Card image
ANma_HTML2DB + ANma_DB2HTML + ...

Convert HTML text into DB-safe string, by converting some characters as below. ...

Card image
RoundMinutes

Rounds time into nearest quarter up or down, half up or down based on argument ...

Card image
Num2Ar

Convert numbers into Arabic words, like 230 to مائتان وثلاثون I have multiple ...

Card image
Val2

Converts anything into an integer I used the function VAL() a lot, it is in ...

Card image
myURLEncode

Does what Server.URLEncode does In case you needed it, not sure when

Card image
Hex2Int

Converts hex to Integer

Card image
Bin2Int

Converts Binary to Integer

Card image
PrettyPath

Formats a path for use in user displays, trim it beautifully. PrettyPath is ...