Search results 115

Sorted from new to old.
Card image
Arabic SQL+ASP

Enable Arabic in MSSQL DB, the correct way, as of Sep 2018 Tested in Alwah and ...

Card image
ChrW

Insert special characters inside Cell, using ChrW

Card image
GenerateRandom

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

Card image
IsValidUTF8 + DecodeUTF8 + EncodeUTF8

Checks UTF8, or convert to/from UTF8. Simple functions to convert the first 256 ...

Card image
ChartMaxY + ChartMinY

Calculates the maximum of the chart Y Axis to draw, the shifted one, not exact ...

Card image
CSSFlowChart

Shows a chart with links, nice sitemap maybe, or just easy way to show ...

Card image
DigitsORLettersOnly

Check if the string has special characters or not, only Letters or digits ...

Card image
FoldersIn5

Creates list of subfolders and subfolders of each down to 5 levels Folder ...

Card image
CutString_Words_Left + CutString_Words_Mid

Cuts the left or Middle part of string without breaking words Can specify ...

Card image
Base64encode + Base64decode

Encodes and decodes a string, Base64 is used to convert binary data (like ...

Card image
Encrypt1 + Decrypt1

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

Card image
UnBreakAr + BreakAr

Fix broken Arabic char, by using AscW and ChrW This is Excel User-defined ...

Card image
CalcArea

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

Card image
RemoveHTMLTags

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

Card image
CutString1

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

Card image
Limit Textarea

Show number of characters in a textarea and limit if it goes greater than ...