Skip to content

Commit 09ac1fa

Browse files
committed
fix
1 parent c9ba668 commit 09ac1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code Examples/Extensions Examples/csv/CSV Example.nlogox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ This model shows how to use NetLogo's `csv` extension to load data from and writ
8383
8484
## THINGS TO NOTICE
8585
86-
We use the `home-directory` primitive to define global variable called
86+
We use the `home-directory` primitive to define global variable called `target-file-path` where the csv file will be written to / read from. See the CODE tab for more details.
8787
8888
The GENERATE-TURTLES button just creates 100 random turtles. The user can then use the WRITE-TURTLES-TO-CSV button to save the `xcor`, `ycor`, `size`, `color` and `heading` of each turtle into a CSV file called `turtles.csv`.
8989

0 commit comments

Comments
 (0)