New Sysinternals Process Explorer

Im a great fan of the System Internals process explorer as a great way of getting a better handle on what is happening on a windows server, compared to the standard task manager. Looks like they released a new version in Nov 2010 which you can downlaod from here: http://technet.microsoft.com/en-us/sysinternals/bb896653 There is also a suite […]

The "do over" syntax for arrays

This is another useful not-a-trick.
No longer to be found in the documentation is the “do over” syntax, which can simplify code and keep datasets narrower.  The syntax works like this:

data …;array arrayname x y z var1 – var3; do over arra…