javascript Programming Glossary: macro
how to implement regions/code collapse in javascript http://stackoverflow.com/questions/1921628/how-to-implement-regions-code-collapse-in-javascript Create a New Macro Name it OutlineRegions Click Edit macro and paste the following VB code Option Strict Off Option Explicit.. and Close the Editor Now let's assign shortcut to the macro. Go to Tools Options Environment Keyboard and search for your.. to Tools Options Environment Keyboard and search for your macro in show commands containing textbox now in textbox under the..
EXTENDS challenge: preprocessor function macros and class-like oop http://stackoverflow.com/questions/3329094/extends-challenge-preprocessor-function-macros-and-class-like-oop challenge preprocessor function macros and class like oop Background I've been using the C preprocessor.. to thinking wouldn't it be nice to have some convenience macros too Experimentation ensued. #define EACH o k for var k in o.. the curly braces that should follow the invocation of this macro. Class like OOP Let's start with a NAMESPACE macro and an obscure..
How to extend the Javascript Date object? http://stackoverflow.com/questions/6075231/how-to-extend-the-javascript-date-object LocalTimeNoCheck t And looks like DATE_VALUE is a macro that does this DATE_VALUE arg _ClassOf arg 'Date' _ValueOf arg..
How can I use JavaScript within an Excel macro? http://stackoverflow.com/questions/848246/how-can-i-use-javascript-within-an-excel-macro can I use JavaScript within an Excel macro There ™s a really cool diff class hosted by Google here http.. a few web sites but now I need to use it within an Excel macro to compare text between two cells. However it is only available.. to make a difference on performance. I then wrote my main macro. It takes three parameters a range one column of original values..
|