Please enable JavaScript to view this site.

A-Shell Development History

Navigation: Version 5.1/6.0, builds 1100-1271 > 1260 – 23 October 2012

Debug Message Refinement

Scroll Prev Top Next More

Debug message (TRACE.PRINT, DEBUG.PRINT, etc.) runtime refinement: comma separated arguments are now supported, e.g.:

TRACE.PRINT "Count: ",C,A$

Previously, although the above would compile ok, only the first argument ("Count:") would have been output. Now the additional arguments will be output, with space separators.

This makes xxxxx.PRINT syntax more similar to regular PRINT syntax, eliminating the need to use string concatenation to combine several values into a single string expression.