--- In netlogo-educators@yahoogroups.com, "dawitmen" <dawitmen@...> wrote:
>
> Greetings:
>
> I have been experimenting with the NetLogo simulaiton models. I want to
execute a long running simulation in PAUSE and RESUME mode. Is it possible to
execute an instance of NetLogo for a given number of steps and then save the
current state on a disk, and then run it again at a different time and/or from a
different location with the saved data as initial states? Can I use the file
input-output commands for this purpose?
>
(Your message would better have been sent to the NetLogo-users group.)
See the primitives "export-world" and "import-world".
S. Railsback