Search results 361

Card image cap
Reversefile

Reversing a file This tip demonstrates how to reverse a whole file. This ...

Card image cap
Crypt128

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

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
ListBox_SelectedIndexes

Create list of selected items in MSForms listbox as string separated by | Or ...

Card image cap
Container Switcher

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

Card image cap
Frequency

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

Card image cap
MoveDown + MoveUp

Moves an item in listbox up or down Needs Lst1 as listbox name Put code ...

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

Card image cap
Paragraph2Line + Line2Paragraph

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

Card image cap
Crypt512

To encrypt or decrypt any string ' Strii is the required text to protect ' ...

Card image cap
StringFlip

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

Card image cap
DB_Setting2Read + DB_Setting2Save

Reads and save setting into settings table per 2 IDs, similar to SettingRead ...