On 11/08/2016 08:36 AM, Jean-Marc Lasgouttes wrote:
> Le 08/11/2016 à 14:20, racoon a écrit :
>> When fiddling with the code I often would like to print output some
>> value to a console (the message pane?). What is a good way to do this?
>
> You can use the stream lyxerr:
&g
Le 08/11/2016 à 14:20, racoon a écrit :
When fiddling with the code I often would like to print output some
value to a console (the message pane?). What is a good way to do this?
You can use the stream lyxerr:
lyxerr << "Variable foo is " << foo <
When fiddling with the code I often would like to print output some
value to a console (the message pane?). What is a good way to do this?
Daniel