BCX Documentation Version 8.2.0, December 27, 2024

Started by Robert, December 27, 2024, 03:05:30 PM

Previous topic - Next topic

Quin


MrBcx

Hi Robert,

It's great having an updated Help File, as always.  Big thanks for that.

Thanks too for adding the images to the DRAW section.  Implementing the DRAW command
was very challenging for me, so seeing how well Veit Wahlich and Markus Stehr's fonts rendered
convinced me that I had succeeded with my implementation.




Robert

BCX Documentation Version 8.2.0, December 27, 2024

Kevin Diggins
... corrected omissions of BCX_TRIANGLE from the Index and Runtime Table of Contents.

... added, to the CLEAR statement section, Remarks: regarding clearing contents of a dynamic string.

... added Example 3: to the DRAW statement section.

Robert Wishlaw
... added image of Result: for Example 2: to the DRAW statement section.

... added image of Result: for Example 3: to the DRAW statement section.

... added Results: to Example 1: in the $FILL function section.

... added Results: to Example 2: in the $FILL function section.

... revised the SET example showing how to read mixed type data which needs to be modified at run-time.

... corrected malformed HTML coding of Example 1: in the 'String Comparison Operators' section.

... New formatting syntax of FUNCTION and SUB procedure declarations and calls has been made.
     Most procedure declarations now have a space appended to the procedure identifier before the opening parenthesis of the parameter / argument list.
     Most procedure calls now have no  space appended to the procedure identifier before the opening parenthesis of the parameter / argument list.
     An advantage of this protocol is that it makes finding procedure declarations easy by searching for the identifier with an appended space.