Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Function Reference)
(Array Functions)
Line 178: Line 178:
 
==== Array Functions ====
 
==== Array Functions ====
 
* [[Core Function Join|Join( <array>, <separator> )]] -- Join an array into a string with an optional separator
 
* [[Core Function Join|Join( <array>, <separator> )]] -- Join an array into a string with an optional separator
* [[Core Function Splice|Splice( <array>, <expressions> )]] -- Create a new array from an old one splicing it in specific ways
 
 
* [[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

Revision as of 14:36, 19 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Multithreading Functions

Variable Type Conversions

Common Variable Functions

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