Search results 65

Sorted from new to old.
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, ...

Card image
CutString3

Cuts string from a larger one based on a specific separator.

Card image
CutString3

Cuts a string from a larger one using separators.
Ex, CutString3("Will ...

Card image
CutString3

Cuts string from a larger one based on a specific separator.

Card image
Floor

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

Card image
WordsCount

Counts the words in a string (using spaces)