Search results 10

Sorted from new to old.
Card image
Int function in ASP Classic (cint vs fix)

If you are looking for a function ASP Classic (VBScript) to do what Int() does ...

Card image
BusinessDateDiff

Number of Business days between two dates. Note that it doesn't take Christmas, ...

Card image
ANmaInt

Cuts the integer part of a number. Like INT, FIX, or CINT I know we already ...

Card image
Val2

Converts anything into an integer I used the function VAL() a lot, it is in ...

Card image
Files_MostRecentN

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

Card image
getDaysInMonth

Gets number of days in a certain month

Card image
Weighted_Average

Does a weighted average, knowing that mathematical average between two numbers ...

Card image
RandomNumber

Generate random number between Lower and upper numbers provided

Card image
ANStrColor2RGB + RGB2ANStrColor

Converts R:G:B into RGB value (as long) and RGB from long into R:G:B

Card image
Floor

Rounding a number to nearest integer closest to zero.
Equivalent to Excel ...