Search results 66

Sorted from new to old.
Card image
ArrSort_2Arr

Sort 2 1-dimension arrays Actually sort 1st array (Array1) based on values ...

Card image
PrettyPath

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

Card image
PCase

Converts a string into proper case PCase or ProperCase since Classic ASP does ...

Card image
Programming Languages

A nice illustration on different types of languages (the most famous ones only) ...

Card image
PCase (ProperCase)

Just like UCase and LCase, ProperCase (or PCase) will capitalize 1st letter of ...

Card image
GetRelativePath

Get relative path of one to another Pass two path strings to this function and ...

Card image
Capitalize1st

Capitalize 1st letter of a string

Card image
IIF

Works the same as it's VB IIF equivalent. IIf will coerce an expression into ...

Card image
oShellRun1

Runs a WScript.Shell command with wait until finish and returns 0, 1, 2 or -1 ...

Card image
Capitalize

This function capitalizes first letter of each of the words in a sentence, ...

Card image
FormulasFlatten

Fill in formulas from 1st row, then convert them to flat values to avoid Excel ...

Card image
Ordinal

Get a Number Suffix They allow you to turn 1 into 1st, 2 into 2nd, etc. giving ...

Card image
ASCII_Read + ASCII_Save

Reads and saves text file giving its full name Used a lot in my websites, very ...

Card image
Filesin_Coll + Filesin_Cells

Reads files in a specified folder into a Collection, work with VB6 and VBA also, ...

Card image
DB_AllRows

Returns all rows found from an SQL Query as string Separated by row and column ...

Card image
DB_Read1Row (DB_Read1stRow)

Reads from a table in a DB Reads only the first row, and return a string ...