Search results 29

Sorted from new to old.
Card image
Auth_User

Find the user name (and domain) for logged in user for in an internal intranet ...

Card image
ProtectString + UnProtectString

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

Card image
XorD

Encrypt or decrypt a string using a key Similar to XorC, except you get to ...

Card image
ProtectFile_XorD + UnProtectFile_XorD

Protects and unprotects a file using password Creates another copy of the file ...

Card image
ANSQLWherein

Creates list of items to be used in ' Where item in (List)' list Mainly adds ...

Card image
notifyjs

Notification messages in js From

Card image
ANmaDB functions

Database functions, commonly used in my systems. Should be working for each ...

Card image
HTML and URL codes

Always find my self needing to know those quickly to continue working, so ...

Card image
WorkbookNew_ANmar

Creates new workbook (does not save it) and returns filename.

Card image
WorkbookClose_ANmar

Closes a workbook, checks if it is already open first, works for workbooks ...

Card image
HTMLTag + HTMLPair

Generate HTML tags with thier parameters as name=value pairs ' Example of ...

Card image
OpenPassword + ClosePassword

Encrypt / Decrypt a string, convert it to "77 96 105 105 106" or back to ...

Card image
Modal512

Bootstrap modal variable, my constant to use dynamically in code Edit: ...