Re: Output some value

2016-11-08 Thread Richard Heck
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

Re: Output some value

2016-11-08 Thread Jean-Marc Lasgouttes
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 <

Output some value

2016-11-08 Thread racoon
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