Search results 282

Sorted from new to old.
Card image
List_Load + List_Save

Loads/Saves items from/to text file to/from listbox Also has simple adding and ...

Card image
Encrypt1 + Decrypt1

Encrypts (and decrypts) a string. To decrypt an encrypted string, use the ...

Card image
CalcArea

Calculates the area of objects. Pass formula argument as string and values as ...

Card image
RemoveCommaBetween2Quotes

Removes comma between the first pair of quotations (RemoveCommaBetween2Quotes)

Card image
DB_SettingRead_Field

Returns a certain field from Settings table by a SettingName. Similar to ...

Card image
GetRelativePath

Get relative path of one to another Pass two path strings to this function and ...

Card image
doHighlight

Search for occurrences of a keyword in a string and highlight them, by either ...

Card image
ProtectText + UnProtectText

Encrypt or decrypt text, simple encryption with a numeric password Decrypt a ...

Card image
URLs2Anchors

All links found inside a string into anchor (< a href=...) BUG!: Currently ...

Card image
myURLDecode

Decode a URL, opposite of Server.URLEncode

Card image
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image
Capitalize1st

Capitalize 1st letter of a string

Card image
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image
MP3GetInfo

Returning information on an MP3 file. Returns a type containing information ...

Card image
CutString1

Cuts a string from a string starting from a specific character index and until ...

Card image
ConvertMultiLine2 + 6

Convert text blocks (by converting line separators from any separator to any). ...