Search results 70

Sorted from new to old.
Card image
DB Class

Database Class in Classic ASP An old article I found that helps a lot these ...

Card image
Split string into table

Returns tag words (as table) in Microsoft SQL Separator set to comma, but you ...

Card image
Files_MostRecentN

Gets most recent N files from a given folder. Uses Arrays, and the function ...

Card image
ArrSort_2Arr

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

Card image
sortArray

Sort an array of Numeric values, simple straightforward Edit v3 2021-09-21: ...

Card image
CalcArea

Calculates the area of objects. Pass formula argument as string and values as ...

Card image
GetRelativePath

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

Card image
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image
SplitTo2DArray

Splits ANStrArray into 2-Dimension array Using custom row and column ...

Card image
SwapDate

Changes date format from US to International or from international to US. ...

Card image
RandomArray

Creates array of random numbers, returns 1 Dim array

Card image
Dec2Hex

Converts integer decimals into Hexadecimals

Card image
ANStrRead + ANStrSave + ANStrSearch

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

Card image
FindIn1DArray

Returns 1 if an item found in array, 0 if not

Card image
CutString3_Search

Using same code in CutString3, this will search for matching items. Searches ...

Card image
CutString

Cuts a string from certain char till certain char, can be used to cut left, ...