Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Binary and Data Functions)
(Binary and Data Functions)
Line 46: Line 46:
 
* [[Core Function BinaryHex|BinaryHex( <expression> )]] -- Create a binary array from a hex string
 
* [[Core Function BinaryHex|BinaryHex( <expression> )]] -- Create a binary array from a hex string
 
* [[Core Function BinaryLen|BinaryLen( <binary-array> )]] -- Returns the number of bytes in a binary variable
 
* [[Core Function BinaryLen|BinaryLen( <binary-array> )]] -- Returns the number of bytes in 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 BinarySplice|BinarySplice( <binary-array>, <expressions> )]] -- Create a binary variable by extracting a number of bytes from another binary variable
 +
* [[Core Function BinaryGet|BinaryGet( <binary-array>, <index> )]] -- Get the byte at an index of a binary variable
 +
* [[Core Function BinarySet|BinarySet( <binary-array>, <index> )]] -- Set the byte at an index of a binary variable
 +
* [[Core Function BinaryAdd|BinaryAdd( <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
  
 
==== Math Functions ====
 
==== Math Functions ====

Revision as of 01:16, 12 November 2011

Contents

Function Reference

Core Functions

Language Features

Console Functions

Variable Type Conversions

Common Variable Functions

Binary and 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