
Object-Oriented-Programming with CATScript Object-oriented programming (OOP) is not commonly used in CATScript macros, or at least, there is not so much information and sample-code available on the web or in various books and documentation I looked at.
However, CATScript - similar to VBS - does support class declarations, so there is no excuse for an adventurous programmers to not use it.
Continue reading...

The Tcl/Tk programming language Overview Tcl Tcl (Tool Command Language) is a very powerful but easy-to-learn dynamic programming language, suitable for a very wide range of use cases:
including web and desktop applications, networking, administration, testing and many more.. Open source and business-friendly, Tcl is a mature yet evolving language that is truly cross-platform, easily deployed and highly extensible.
Continue reading...