webDOMinator - Minion Scripting Language Reference

Search a Command:
<< Back to Filesystem and Shell Commands

write

Usage...
write:file-handle:expression
Writes the specified expression to a new line on the file specified by file-handle. Expression can be a concatenated string, math, or any variable, global, DOM element property, or webDOM program variable.
This applies to webDOM version 2.0.0 and above.

User Comments on write

Helped me understand...

Written by: Anonymous 1 year and 7 months ago

Explained by Nathaniel Gibson:
"file handle is just a way to tell webDOM what file you're talking about
instead of having to type the file name every time you wanted to write to it
it just represents the file for file writing, reading and closing commands

Code

open:w:handle;c:\somefile.txt
write:handle:var.i
close:handle

for example"

Post a Comment About the "write" Command
Title:
Comment:
Post as Anonymous:
User Login
Username:
Email:
Password:
webDOMinator is copyright ©2008, 2009, 2010, 2011, 2012 Nathaniel D. Gibson. All Rights Reserved.
Contact | Tutorials | Forum
By using webDOMinator you are taking all liability in to your own hands. Nathaniel D. Gibson is not responsible for any damages, loss, or defamation (legal or otherwise) caused to you or your business from using this program. Nathaniel D. Gibson is not associated with, affiliated with, nor responsible for the content submitted and displayed by users of this site.