ASP Classic 60

Sorted from new to old.
Card image
OpenPassword + ClosePassword

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

Card image
ANStrRead + ANStrSave + ANStrSearch

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

Card image
FrmAbout

Display a string in a Userform as 'About' window, can display string or file by ...

Card image
Multi-line Textbox focus bug

Trick to force textbox with multiple lines and scrollbars to refresh itself ...

Card image
Paragraph2Line + Line2Paragraph

Converts paragraph to 1 line text or 1 line text to paragraph Mainly used to ...

Card image
CopyText2Clipboard

Copies text to clipboard using MSForms

Card image
CutString3

Cuts a string from a larger one using separators.
Ex, CutString3("Will ...

Card image
InsertHyperlinks + GetHref

Converts https found in text into anchers < a > Comes with GetHref as bonus ...

Card image
InsertHyperlinks+GetHref

Changes all URLs or email addresses in a text into hyperlinks

Card image
RemoteExplorer.asp

A directory Viewer with the option of downloading the file and reading text ...

Card image
Read Write and Append Text

Uses FSO to read, write, or append text in a file

Card image
Find and Replace

This will find all occurences of a string in a text file and replace it with ...