ASP Classic 288 Active Server Pages for web development. Code here can also be used in VBA, VBA-Excel or VB6

Card image cap
InvertColor

Converts color into its negative value, as in "e4f15a" into "1C0FA6"

Card image cap
Hex2Dec

Converts hexadecimal strings into decimals

Card image cap
Dec2Hex

Converts integer decimals into Hexadecimals

Card image cap
FGColor_Calc

To set the color of the foreground based on background color to get best look. ...

Card image cap
HaveNonEnglish + StringASCIIs

Checks if one char is within two ASCII codes or not (StringASCIIs) Used to see ...

Card image cap
Convert2SQLDate

Converts a date (numeric date) into Date acceptable by SQL, as in YYYY-MM-DD ...

Card image cap
Crypt128

Simple small function to Encrypt or Decrypt a string in cell Simple Encryption ...

Card image cap
OpenPassword + ClosePassword

Encrypt / Decrypt a string, convert it to "77 96 105 105 106" or back to ...

Card image cap
ANStrRead + ANStrSave + ANStrSearch

Reads and saves data into 1 dim string array, ANStr ANStr is a string of list ...

Card image cap
GetFilename, GetExtension, .. others

GetFilename, GetExtension, GetFilename_noExtension, GetFilename_wExtension To ...

Card image cap
Container Switcher

Using Classic ASP and cookies, allow users to personally choose between normal ...

Card image cap
1FileDB

DB in a File (One of my best library codes so far) Saves/Reads/Deletes certain ...

1FileDB.zip