tags:

views:

14

answers:

1

I want to use a java API in my netlogo program. for that i need to write to a text file and read input from a text file. can this be done in netlogo?

one more query is what are the ways by which i can integrate java API with netlogo.

+1  A: 

Yes, you can read and write to a text file from netlogo itself. There is no need to use the Java API. Read about the file commands in the manual.

Jose M Vidal