Options

add the next data row into an example table

l__chinel__chine Member Posts: 12 Contributor II
edited November 2018 in Help
Hello,
how can I insert the next data row into an existing example table?

MemoryExampleTable table = new MemoryExampleTable(myAttributes);
DoubleArrayDataRow dataRow = new DoubleArrayDataRow(data);

table.addDataRow(dataRow);
  
ExampleSet examSet = table.createExampleSet();
this write one row of the values of the attributes into my example table. When I run this the second time, this data row is overwritten by a current data row. How can I add the second data row into an existing example table?

Thank for your answer
Tagged:

Answers

  • Options
    l__chinel__chine Member Posts: 12 Contributor II
    And how to add a data row of both strings and doubles?

    Please help...
  • Options
    l__chinel__chine Member Posts: 12 Contributor II
    Is it possible to do it programmatically???
  • Options
    l__chinel__chine Member Posts: 12 Contributor II
    Dear forum,

    After week, 44 views, noone answered and again, I solved my problem on my own.
    The question is anwered in my head and in the heads of many other people.
    But the question will be never answered here.

    Goodbye
  • Options
    Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,996 RM Engineering
    Hi,

    this is a community forum where members of the community can help each other if they happen to know an answer to a question. If that is not the case, we from Rapid-I may help you guys out if we can find the time to do so. There are no guaranteed response times in this forum and questions may stay unanswered. If you want professional support, please inquire about it here.
    Oh and by the way, your last sentence is quite frankly very disrespectful and with such an attidude you have probably dimished the likelihood of recieving future help in this forum.

    Regards,
    Marco
Sign In or Register to comment.