Search results 15

Sorted from new to old.
Card image
RoundUp2

Rounds a number to nearest identifier up. Like 105 up to nearest 20 ...

Card image
Choose2

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

Card image
ANmaRemoveNestedTags

Remove tags that are identical and nested inside each other in an HTML document, ...

Card image
CreditCardType

Returns credit card type and whether it is valid or not. Found it in my old ...

Card image
Luhn

Luhn function to return true or false if is valid based on Luhn identification ...

Card image
Excel user name

Get application user name or change it Originally from

Card image
HTMLTagAttributeValue

Reads value of certain tag attribute from certain attribute Identify attribute ...

Card image
NextID_Reset

Checks if ID has been reset in SQL database table If yes, it will reset it and ...

Card image
Reset ID Column

How to reset ID Column in Microsoft SQL, (not completed yet). This is because ...

Card image
Rows 2 Cell

Convert items found in a column matching certain material into list in 1 cell ...

Card image
LastInsertedID_SQL

Get the ID of the last inserted record in a table. There are other methods, ...

Card image
fnGenerateRandomString

SQL function to generate random string I thought it would be easier to find ...

Card image
Split string into table

Returns tag words (as table) in Microsoft SQL Separator set to comma, but you ...

Card image
AreTheyTheSame

Compares between two files in binary mode and returns true if they are ...

Card image
Reversefile

Reversing a file This tip demonstrates how to reverse a whole file. This ...