OzScript is a powerful scripting language which opens a lot of new possibilities to all CA-Clipper and Harbour developers.

OzScript lets you create standard Clipper (or Harbour) source code that can be evaluated in run-time without the need of Clipper itself or any linker.

This new tool takes the 'Macro' capabilities of CA-Clipper (or Harbour) to the highest level.

With OzScript you can create applications that can modify their behavior and interface in run-time.

OzScript is just a small library than can be linked to any of your applications, to give them all the power of the scripting.

Only three steps are needed to run any function script, which are:

That's all!!

A script file can have more than one function at a time and you can even make scripts to more than one file and all the functions compiled will be accessible to any of the rest functions, even if they are not in the same script.

OzScript detects syntax errors on the compile process, but does not execute any code at all in this stage.

You can create global (public) variables just as you do in Clipper and local scope variables with the LOCAL or STATIC statement when declared inside a function.

You can even include your own comments on your script, as you do in Clipper you only need to put '//' before the comment.

All the Arithmetic and logical Operators of CA-Clipper are supported.

The following statements are supported and can be nested to any deep:

You can call any Clipper (or Harbour) function from your script file that is linked with the application.

OzScript also supports the use of commands and pre-processor directives

Source code included in the commercial version (100%)

Since version 2.5 OzScript supports Clipper and Harbour compilers

Since version 2.6 does not need any external preprocessor executable (only for Harbour)

New OzScript version 3.0 has the ability to import any external PRG function to the final exectuable (only for Harbour)

OzScript 3.0 order form
OzScript upgrade 3.0 order form
Download OzScript Version: 3.0 Size: 1.2 MB


OZ Software Homepage return to last page send an e-mail to OZ Software