on Jul 22nd, 2017, 2:41pm, Alincon wrote:| tsh73's example is what I was thinking of. |
|
So I presume his solution is acceptable. There's no point building something in that is so easily achievable with a user-defined sub or function, especially as it would result in an unnecessary incompatibility with LB 4.
Quote:| It would also be 'nice' if we could display both string and numeric items with one 'notice' command - like in the 'print' command. |
|
Apart from options like tabbing and columnar output (which don't really apply to a MessageBox) you already can:
Code: pi = 4*atn(1)
notice "The value of PI is ";pi
Mixing text and numbers in this way is a standard feature of Liberty BASIC.
Richard.