Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

Method Description

Binary.writeln()

Write a string and a newline to an open file

Syntax

write_count = Binary.writeln(str)

Parameters

The 'Binary.writeln' method takes 1 parameter:

Name Type/Value Range/Length Description
strstring  Required. String to write to the open file

Results

The 'Binary.writeln' method returns write_count:

Type/Value Range/Length Description
write_count  

Remarks

Writes the string object to the output stream. The method returns the number of octets written to the output stream. The mechanics of the method determined by the underlying virtual file system.

If this method succeeds then it returns the length of the string written out, if it fails it returns zero (0)

This method will fail of the file was not openned with write or append access
Whitebeam release 1.3.36
(loadtime : 18ms)