file-print

file-print value

Prints value to an opened file, followed by a carriage return.

The calling agent is not printed before the value, unlike file-show.

Note that this command is the file i/o equivalent of print, and file-open needs to be called before this command can be used.

See also file-show, file-type, and file-write.

Take me to the full NetLogo Dictionary