Search results 59

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

Counts the words in a string (using spaces)

Card image
ArrayRead + ArraySave

Reading and saving 2 dim data into ANStrArray ANStrArray is a string ...