0 votes
222 views
by
How can I add several lines in a Report in one event? For example, if I need to add to a Report some information of my experiment in the beginning.

1 Answer

0 votes
by (8.7k points)
selected by
 
Best answer

Any number of lines can be added into Report, when you do it programmatically, in code snippets. For example, you can send to Report a string, composed of two lines, by using the line break characters \r and \n:

Report=”Line 1\n\r Line 2”;

Alternatively, you can use two or more Reporter elements in the same event: http://wiki.okazolab.com/Reporter-Element.ashx

By default, each of Reporters will create a new line in Report.

Welcome to EventIDE Q&A forum where you can ask questions about EventIDE software and receive answers from other members of the community

Categories

FAQ questions

Installation and License


Coding


Eye-tracking


EEG Analysis


Visual Stimuli


Runtime and Data Collection


Hardware

...