|
| |
Release
7.0 Updates
* READ *
 |
This release marks a change
in the licensing scheme and registration codes.
 |
A single code is being used for all versions.
This code has CHANGED from prior versions to remove
the licensing controls that were causing issues. |
 |
The Home/Educational version has been removed from
the installation. |
 |
The FULL VERSION is available for by home and
educational users for FREE!
Registration codes DO NOT need to be entered for home/educational use,
though licenses may be purchased for $25 to support this product's
continued development. |
 |
Non-Educational / non-home use requires purchase of a
license. |
 |
If you had a prior license, and would like to new
codes, please Email us, preferably with a screen shot
of your "About" window for StampPlot for the licensed version. support@selmaware.com |
 |
This release installs to new directories and shortcuts so as not to overwrite
older licensed versions.
|
|
 |
NEW MATH!
 |
StampPlot can now perform multiple expressions in a
single line. |
 |
Operations are from left to right. |
 |
Spaces MUST be used between each value/operation. |
 |
Operations are performed left to right, unless
additional brackets are used. |
 | The old way is optional in case this version causes
problems. If an expression contains a comma,
StampPlot will try to operate on it using the old routines.
OLD: !STAT [[2,*,5],+,3]
NEW: !STAT [2 * 5 + 3]
for precedence:
!STAT [2 * [5 + 3]]
using other operations:
!STAT [2 * 5 + 3 / 3 Format 0.00]
|
 |
If you distribute your macros and use "new
math", ensure users upgrade their product.
Version may be checked using code such as this to display a notice to
the user.
!IFTH (ver),<,3.7,!UMSG Please upgrade from www.stampplot.com
|
|
 |
A bug with a plot glitch when the maximum points has been
fixed. |
 |
The Immediate window will no longer clear when the
maximum is reached. |
 |
The selection of COM port and !PORT instructions has been
modified to allow port numbers > 9 (up to 15). |
|