Programming

Panorama includes a simple programming language that can be used to automate common tasks. We don’t expect Ruby programmers to write huge applications in this language, but it is handy for simple database tasks. One unique feature of this language is that it is recordable -- you can simply start the recorder and manually perform various tasks. Later you can play back these tasks from a menu or button. You can also edit the recordings “after-the-fact” to fix mistakes or customize them.

To learn how to use Panorama’s programming language, see chapters 24 and 25 of the Panorama Handbook.

SentenceLength

Another unique feature of Panorama’s programming language is the ability to embed Ruby code inside any program. In fact, this is how Track Magic works. To learn more about this technique see Chapter 26 of the Panorama Handbook.

Ruby1