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

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

Card image cap
Frequency

Checks how many items in an ANStr ANStr is list of items separated by a ...

Card image cap
Time2Real

Converts TIME code to number HH:MM to xx.xx As in 10:15 to 10.25, 13:30 to 13.5