Page 1 of 1

Data exchange between 2 application

Posted: Tue Jun 03, 2008 3:17 am
by narges_m1985
Hi everyone,I want to use neuron for modeling and I also want to exchange datas or files between neuron software and visual studio 2008(C# code) or netbeans(java code),but I dont know haw I can,
I have to use txt file or xml or I have another solution??
Thanks alot.

Posted: Tue Jun 03, 2008 7:57 am
by ted
Plain text (ordinary ASCII) is most flexible. The File and Vector classes have methods that
will be useful for reading and writing such files from NEURON.