Gentee Programming Language > Documentation > Libraries Download documentation

str.write

Writing a string to a file.
 
uint str.write(
      str   filename
)

Parameters

filenameThe name of the file for writing. If the file already exists, it will be overwritten.


uint str.write(
      uint   handle
)

Parameters

handleFile identifier.

Return value

If error occurs, function returns 0.

See also

    Strings


 Copyright © 2004-2006 Gentee Inc. All rights reserved.