Version 27.10.2020:- bugfix:
ArrayStripDuplicates could set a faulty last value
- new:
ArrayMinMax myarray(), minVar, maxVar (i.e. you can now specify two destination variables)
- new:
AddFloat, e.g.
SetFloat myRealX=123.456,
AddFloat myRealX=[any immediate number or numeric variable]
-
ArraySet accepts now variables, e.g.
ArraySet xyarray() As REAL4=maxDate, 0.0, minDate, ecx
Finally, RichMasm's layout improved slightly: the pinboard has moved to the upper right corner, as shown below (this is the proc called by
GuiImage - a bit over 350 lines).
