Search results 978

Sorted from new to old.
Card image cap
Get boot time

Get the last time Windows 10 was started. Needed this quickly for research.

Card image cap
Choose20

Chooses from 20 options based on the passed ID, can have any of these passed. ...

Card image cap
Choose10

Choosing a return value based on an ID. Since we have Choose2, Choose3 and ...

Card image cap
CutString12

Cuts string between two numbers that found inside string. Like extract the ...

Card image cap
IsNumericChar

Checks if character is number or no. Returns True or False Number includes the ...

Card image cap
Choose2

Returns a value based on an ID. If ID is 1, return 1st value, If ID is 2, ...

Card image cap
HTMLdd_Fromdt

Extracts the innerText of < dd > < / dd> for a specific < dt> < /dt> from HTML ...

Card image cap
QuickEncrypt plus others ...

Text encryption/decryption snippet that utilizes the powerful xICE encryption ...

Card image cap
ANmaRead_1stFile

Returns information about first file name found after sorting matching files in ...

Card image cap
ANmaCellChar_Superscript_Subscript

Sets certain character inside a cell as superscript or subscript

Card image cap
HTMLTable_FullRow_NonBlanks

Returns all numeric values in row separated by Sepa Only cells that are not ...

Card image cap
ExtractNumeric_FromCell

Returns the number from an HTML cell after cleaning and finding sign. We faced ...

Card image cap
HTMLTable_Cell

Returns content of cell by location ... RowID and ColumnID HTMLTable expected ...

Card image cap
HTMLRow_Cell

Returns column with ColumnID ... the full area between < td ...> and < /td> ...

Card image cap
HTMLTable_FullRow

Returns full row from RowID ... the full area between < tr ...> and < /tr> from ...

Card image cap
FindZipFile_WShell

Finds the first zip in a folder matching wild cards mask using WScript.Shell ...