Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Text File Create/Read/Write Functions)
(Text File Create/Read/Write Functions)
Line 46: Line 46:
 
* [[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 text to previously opened text 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>, <expression>, <expression> )]] -- Change the POSITION of the File Stream pointer
+
* [[Core Function FileSeek|FileSeek( <file>, <offset>, <flag> )]] -- Change the POSITION of the File Stream pointer
 
* [[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

Revision as of 09:36, 9 November 2011

Contents

Function Reference

User Functions

Core Functions

Console Functions

Variable Type Conversions

Common Variable Functions

Math Functions

File Functions

Text File Create/Read/Write Functions

Misc Functions

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox