Search results 10

Card image cap
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 cap
BusinessDateDiff

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

Card image cap
ANmaInt

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

Card image cap
Val2

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

Card image cap
Files_MostRecentN

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

Card image cap
getDaysInMonth

Gets number of days in a certain month

Card image cap
Weighted_Average

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

Card image cap
RandomNumber

Generate random number between Lower and upper numbers provided

Card image cap
ANStrColor2RGB + RGB2ANStrColor

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

Card image cap
Floor

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