<< >> Up Title Contents

changes

Changes from KUPL to KUPLOT 3.0

What is different between the old program KUPL and the new KUPLOT ? The command language interpreter is similar to DISCUS and the first IMPORTANT change is Parameters must be separated by ',' !!

Except that, most of the commands are the same as in KUPL and the use of loops, ifs and variables adds a lot of features to the program. Nevertheless, there are some minor changes listed below:

 'ccal'  : new command replacing 'cadd','cmul',...
 'kcal'  : new command replacing 'kadd' and 'kmul'
 'ksav'  : branches in a sublevel (easier to use now)
 'kerm'  : replaced by general command 'screen'
 'font'  : new command sets font typ, size, colour and justification
replacing 'fsiz' and 'just'
 'mfen'  : window size is now additional parameter for command 'smax'

There might be some more changes, so check the online manual if a command doesn't seem to work properly.


<< >> Up Title Contents