Search results 60

Sorted from new to old.
Card image
SqlExec

Runs SQL Command that needs no return This is primarily useful for CREATE, ...

Card image
Arr_1Dim_2Str

Converts 1-dimension array into text. Meet Join. A way to convert array into ...

Card image
LXFormat

Formats a number found at end of string to have additional leading zeros to ...

Card image
NavigatePost

Reads content of webpage with optional post data two main differences from

Card image
ANStr2Range

Converts a string of items into range, with custom separator. Opposite of

Card image
DBTables

Returns an array of all table names in a database. needs valid OLE database ...

Card image
ANStrSort2

Sort list of strings in ascending or descending order using pure VBA, no ...

Card image
TrimEnters

SQL Function to remove repeated Enters from a string in SQL Chr(13) + Chr(10)

Card image
URLDecode

Decodes a URL encoded string back into the original text. Similar to ...

Card image
Remove_Between2Quotes

Remove any char (or string) found between two quotes in a string This is an ...

Card image
Decode and NVL

Two oracle SQL functions, that are interesting. Decode to work as (Select ...

Card image
ProtectString + UnProtectString

Protects or unprotects a string giving a password Using XorD and similar to ...

Card image
IsThere1_Image

Searches for an image and return the file extension of found, or returns null ...

Card image
GetWordCount

Counts how many words found inside a string. Using space, tab or enter as ...

Card image
Val2

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

Card image
GenerateRandom

Generates a random string, returns string passed, then full date, then 8-chars ...