Search results 12

Card image cap
ReverseArray

Reverses order of array. In other words, the upperbound value of an input ...

Card image cap
XMLRead

Returns array of values by an XML expression from XML file. Xmlfilepath is the ...

Card image cap
CleanArray

Cleans array of unwanted items This usually needed after you merge two arrays, ...

Card image cap
merge2Arrays

Merges two 1-dimension arrays and return an array Both should be 1 dimensional ...

Card image cap
HasDups

Indicates if an array contains duplicate values. returns True if more than one ...

Card image cap
CountArrayCol

Returns the count of array fields, given the dimension, using UBound ...

Card image cap
ArrSort_2Arr

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

Card image cap
sortArray

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

Card image cap
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image cap
SplitTo2DArray

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

Card image cap
RandomArray

Creates array of random numbers, returns 1 Dim array

Card image cap
WordsCount

Counts the words in a string (using spaces)