Errata

Going GAS

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 44
2nd line of code

I didn't create a copy of the class in VBA to test, but based on experience, I'm thinking the line that reads:

mammal_.setLegs = 0

ought to read:

mammal_setLegs(0)

Greg Truby  Mar 03, 2023 
Printed Page 74
false clause of Round() function

reads:
Math.round(values*

should read:
Math.round(value*

Greg Truby  Mar 06, 2023