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 45: Line 45:
 
* [[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 text to previously opened text file at the current File Steam pointer location
* [[Core Function FileWriteLine|FileWriteLine( <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>, <expression>, <expression> )]] -- 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

Revision as of 09:06, 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