Search results 621

Sorted from new to old.
Card image
Numeric-only textbox

Allow only Currency into textbox, text box will allow only nnnn.nn where n=1 ...

Card image
CellSave (SimpleSave)

Saves value to cell without deformation and converting Used to be called ...

Card image
TextPercentageMatch

Matching any part of a string in another , then returns 0 if not match, Or ...

Card image
SettingRead_JR

Reads setting saved in columns J:R Just like SettingRead, but when we have ...

Card image
CreateGUID

Generate random GUID of 36 chars (with or without brackets) using TypeLib ...

Card image
DelOldFiles

Delete files in a specified folder which are older than x days This code ...

Card image
ANBS controls

Set of functions to generate Bootstrap controls as strings. Controls available ...

Card image
GetPapa

Gets folder name of a page using FSO

Card image
NumberTextArabic

Adds Arabic unit to a number using proper Arabic grammar Units can be ...

Card image
GetTimeZone

Get local timezone Uses w32tm / tz dos command in command prompt Using ...

Card image
GetUTC

Get the time and date in Universal time based on local time Uses w32tm / tz ...

Card image
DosCommand_Read

Get output of DOS Command in string, by reading output into temp text file, ...

Card image
ASCII_Read + ASCII_Save

Reads and saves text file giving its full name Used a lot in my websites, very ...

Card image
File_FirstFound

Gets first file found matches a wildcards mask, using Dir()

Card image
confirmDelete

Asks user before running a link (mostly before deleting) Small important part ...

Card image
BinaryFile_Read + BinaryFile_Save

Reads binary file in chunks, if not chuck defined, all file will be red/saved ...