Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Text File Create/Read/Write Functions)
(File Create/Read/Write Functions)
Line 164: Line 164:
 
* [[Core Function FilePos|FilePos( <file> )]] -- Get the current POSITION of the File Stream pointer
 
* [[Core Function FilePos|FilePos( <file> )]] -- Get the current POSITION of the File Stream pointer
 
* [[Core Function FileRead|FileRead( <file>, <expression> )]] -- Read a number of characters from a previously opened text file starting from current File Steam pointer location
 
* [[Core Function FileRead|FileRead( <file>, <expression> )]] -- Read a number of characters from a previously opened text file starting from current File Steam pointer location
 +
* [[Core Function FileReadBinary|FileReadBinary( <file>, <expression> )]] -- Read a number of bytes from a previously opened file starting from current File Steam pointer location
 
* [[Core Function FileReadLine|FileReadLine( <file>, <expression> )]] -- Read a line of text from a previously opened text file (Or specify a name of a file)
 
* [[Core Function FileReadLine|FileReadLine( <file>, <expression> )]] -- Read a line of text from a previously opened text file (Or specify a name of a file)
 
* [[Core Function FileReadLines|FileReadLines( <file> )]] -- Read all lines of text from a previously opened text file (Or specify a name of a file)
 
* [[Core Function FileReadLines|FileReadLines( <file> )]] -- Read all lines of text from a previously opened text file (Or specify a name of a file)

Revision as of 14:04, 12 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Variable Type Conversions

Common Variable Functions

Binary Data Management Functions

Math Functions

String Functions

Array Functions

File Functions

File Create/Read/Write Functions

Misc Functions

User Defined Functions

This functions are either a Namepace or a Class.

These functions are created using Sputnik and are not part of the Sputnik core language.

Namespaces

Namespace Str -- Require("String.spk")

Classes

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox