Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(String Functions)
(Text File Create/Read/Write Functions)
Line 157: Line 157:
 
* [[Core Function FileOpen|FileOpen( <FileName>, <flag> )]] -- Opens a text file for reading or writing
 
* [[Core Function FileOpen|FileOpen( <FileName>, <flag> )]] -- Opens a text file for reading or writing
 
* [[Core Function FileClose|FileClose( <file> )]] -- Closes a previously opened file
 
* [[Core Function FileClose|FileClose( <file> )]] -- Closes a previously opened file
* [[Core Function FileWrite|FileWrite( <file>, <expression> )]] -- Write text to previously opened text file at the current File Steam pointer location
+
* [[Core Function FileWrite|FileWrite( <file>, <expression> )]] -- Write to previously opened file at the current File Steam pointer location
 
* [[Core Function FileAppend|FileAppend( <file>, <expression> )]] -- Append a line of text to the end of a previously opened text file
 
* [[Core Function FileAppend|FileAppend( <file>, <expression> )]] -- Append a line of text to the end of a previously opened text file
 
* [[Core Function FileSeek|FileSeek( <file>, <offset>, <flag> )]] -- Change the POSITION of the File Stream pointer
 
* [[Core Function FileSeek|FileSeek( <file>, <offset>, <flag> )]] -- Change the POSITION of the File Stream pointer

Revision as of 13:38, 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

Text 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