Suggestions Implemented in Version 1.0.0.19 (Released July 26 2017)

oThe ApiColumnAdd function was improved to take on two more parameter that makes it possible to initialize the new column with a value. This is in parallel with how the SQL counterpart function SqlColumnAdd works. In fact when doing this work it became obvious it might be a good idea to break out the functionality that updates the column value to its own function, as that can come in handy in other cases as well. The new function created is named ApiColumnUpdateValue. When creating this new functionality the old SqlColumnAdd function was split in two and the update logic was moved to the new function SqlColumnUpdateValue. You can read more about this in the on-line help.

Reported by Sam Neuner