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.readln()

Read the next line from an an open file or directory

Syntax

String = Binary.readln()

Parameters

The 'Binary.readln' method takes no parameters

Results

The 'Binary.readln' method returns String:

Type/Value Range/Length Description
String  

Remarks

Attempt to read the next line from the an open file or directory associated with this Binary object. If there is no open file an exception is thrown.

If the object is associated with an open directory the each line read will be the name of another file within that directory.

The method returns a string object containing the next line of text from the file.

Whitebeam release 1.3.36
(loadtime : 10ms)