File indexing completed on 2024-04-28 03:56:05

0001 
0002 {
0003     % if event.interpretString %
0004 }
0005 {
0006     ModelInsertCommand insertCommand(&rootModel);
0007     insertCommand.setStartRow(0);
0008     insertCommand.interpret({{event.interpretString}});
0009     insertCommand.doCommand();
0010 }
0011 {
0012     % endif %
0013 }