Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Binary & Data Functions)
(Binary & Data Functions)
Line 51: Line 51:
 
* [[Core Function BinaryReverse|BinaryReverse( <binary-array>, <start>, <length> )]] -- Reverse the order bytes a binary variable
 
* [[Core Function BinaryReverse|BinaryReverse( <binary-array>, <start>, <length> )]] -- Reverse the order bytes a binary variable
 
* [[Core Function BinaryMid|BinaryMid( <binary-array>, <start>, <length> )]] -- Create a binary variable by extracting a number of bytes from another binary variable
 
* [[Core Function BinaryMid|BinaryMid( <binary-array>, <start>, <length> )]] -- Create a binary variable by extracting a number of bytes from another binary variable
* [[Core Function BinaryAdd|BinaryAdd( <binary-array>, <binary-array> )]] -- Append a binary variables data onto the end of another binary variable
+
* [[Core Function BinaryAppend|BinaryAppend( <binary-array>, <binary-array> )]] -- Append a binary variables data onto the end of another binary variable
 
* [[Core Function BinaryInsert|BinaryInsert( <binary-array>, <index> )]] -- Insert a binary variables data into another binary variable at a specific location
 
* [[Core Function BinaryInsert|BinaryInsert( <binary-array>, <index> )]] -- Insert a binary variables data into another binary variable at a specific location
 
* [[Core Function BinaryDelete|BinaryDelete( <binary-array>, <index> )]] -- Delete an element from an index of a binary variable
 
* [[Core Function BinaryDelete|BinaryDelete( <binary-array>, <index> )]] -- Delete an element from an index of a binary variable
 +
* [[Core Function BinaryUnshift|BinaryUnshift( <binary-array> )]] -- Add a byte to the beginning of a binary variable
 +
* [[Core Function BinaryPop|BinaryPop( <binary-array> )]] -- Add a byte to the end of a binary variable
 +
* [[Core Function BinaryShift|BinaryShift( <binary-array> )]] -- Delete the first byte from a binary variable
 +
* [[Core Function BinaryPop|BinaryPop( <binary-array> )]] -- Delete the last byte from a binary variable
 
* [[Core Function BinaryResize|BinaryResize( <binary-array>, <size>, <data> )]] -- Resize a binary variables data array
 
* [[Core Function BinaryResize|BinaryResize( <binary-array>, <size>, <data> )]] -- Resize a binary variables data array
 
* [[Core Function BinaryCompress|BinaryCompress( <binary-array> )]] -- Compress a binary variables data
 
* [[Core Function BinaryCompress|BinaryCompress( <binary-array> )]] -- Compress a binary variables data

Revision as of 08:30, 12 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Variable Type Conversions

Common Variable Functions

Binary & Data 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