
--------------------------------------------------------------------
2017-12-01

- changed Read to Read.s
- changed type of nr from implicit integer to explicit long
- changed CountList() to ListSize()
- changed #PB_Sort_Long to #PB_Long
- removed CreateGadgetList()
- changed ClearGadgetItemList() to ClearGadgetItems()
- added a hint if the debugger is enabled during the execution of the resulting pb file

- changed version number from 2.1 to 3.0 not because of major changes but to avoid collision with other minor version that may be around somewhere.

note: Functions.pb is included with IncludeBinary and read with PeekS(..., #PB_Ascii) so make sure it's an ASCII file and not UTF-8. it might work if you change the PeekS() flag but i did not test it.

--------------------------------------------------------------------
