| Gentee Programming Language > Documentation > Libraries | Download documentation | 
      Writing a string to a file.
 uint str.write(       str    filename ) 
filename The name of the file for writing. If the file already exists, it will be overwritten. 
      uint str.write(       uint    handle ) 
handle File identifier. 
If error occurs, function returns 0.
See also
|  | 
|  Copyright © 2004-2006 Gentee Inc. All rights reserved.  |