Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Math Functions)
(Array Functions)
Line 204: Line 204:
 
* [[Core Function UBound|UBound( <array/binary-array> )]] -- Returns the size of array (How many elements it currently has stored)
 
* [[Core Function UBound|UBound( <array/binary-array> )]] -- Returns the size of array (How many elements it currently has stored)
 
* [[Core Function Push|Push( <array>, <expressions> )]] -- Add items to the end of an array
 
* [[Core Function Push|Push( <array>, <expressions> )]] -- Add items to the end of an array
 +
* [[Core Function Insert|Insert( <array>, <id>, <expressions> )]] -- Add items to an array at a given location
 
* [[Core Function Unshift|Unshift( <array>, <expressions> )]] -- Add items to the beginning of an array
 
* [[Core Function Unshift|Unshift( <array>, <expressions> )]] -- Add items to the beginning of an array
 
* [[Core Function Pop|Pop( <array> )]] -- Delete the first item in an array
 
* [[Core Function Pop|Pop( <array> )]] -- Delete the first item in an array
 
* [[Core Function Shift|Shift( <array> )]] -- Delete the last item in an array
 
* [[Core Function Shift|Shift( <array> )]] -- Delete the last item in an array
 +
* [[Core Function Remove|Remove( <array>, <start-id>, <end-id> )]] -- Delete items from an array starting at a given location and stopping at a given location
 +
* [[Core Function Delete|Delete( <array>, <expresions> )]] -- Delete items from an array that match regex patterns, number patterns, or contain specific text etc
  
 
==== File Functions ====
 
==== File Functions ====

Revision as of 15:46, 21 November 2011

Contents

Function Reference

How to create a Function

To create your own funtions see the Function page.

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

Misc
Arrays
Type Checking

Binary Data Management Functions

Math Functions

String Functions

Array Functions

File Functions

File Create/Read/Write Functions

Misc Functions

User Defined Functions

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

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox