[Flashforth-devel] Base value of task
Brought to you by:
oh2aun
From: Herman A. <exp...@vn...> - 2014-03-02 00:48:33
|
Hi Mikael There is a disturbing thing using pictured output in task. The base (radix) of task is not initialised automatically neither at creating nor initiating of task. If I forget to set the base in task a legal value, it will remain zero. Generating the pictured numeric output, the illegal value of base couse not only a hangup, but usually destroys the FF system. It would be practical to set the base a default value automatically at the creating or initiating of task. Perhaps it can inherit the actual base value of operator task. BR Attila |