[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LUA pause command



Thanks Robin,

The _ALERT("message") is very nice since you can output text and data 
too with the 'format' instruction. This will help to track whats 
going on in the program.

Example:

_ALERT(format('step: %4.0f mass = %8.3f',step,mass)) 

--Jim