Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Multithreading Functions)
(String Functions)
Line 202: Line 202:
 
* [[Core Function StrIndex|StrIndex( <expression>, <index> )]] -- Get or set a char from/to a string at a specific index
 
* [[Core Function StrIndex|StrIndex( <expression>, <index> )]] -- Get or set a char from/to a string at a specific index
 
* [[Core Function StrLen|StrLen( <expression> )]] -- Returns length of specified string
 
* [[Core Function StrLen|StrLen( <expression> )]] -- Returns length of specified string
* [[Core Function SubStr|SubStr( <expression> )]] -- Return part of a string
+
* [[Core Function SubStr|SubStr( <expression>, <start>, <end> )]] -- Return part of a string
 
* [[Core Function Trim|Trim( <expression> )]] -- Removes whitespace from the beginning and end of a string
 
* [[Core Function Trim|Trim( <expression> )]] -- Removes whitespace from the beginning and end of a string
 
* [[Core Function TrimLeft|TrimLeft( <expression> )]] -- Strip whitespace from the start of a string
 
* [[Core Function TrimLeft|TrimLeft( <expression> )]] -- Strip whitespace from the start of a string

Revision as of 15:10, 29 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

Multi-Threading Functions

Variable Type Conversions

Common Variable Functions

Misc
Hash/Array
Type Checking
Get Type Directly

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) Functions

Process Functions

Environment Management

File Functions

File Create/Read/Write Functions
Misc
Dialogs

Directory Functions

Dialogs

GUI Functions

Dialog Creation Functions
Dialog Properties Get/Set Functions
Control Creation Functions
Event Linking Functions
Common Dialog/Control Properties Get/Set Functions
Control Properties Get/Set Functions
Other GUI Functions

Keyboard Control Functions

Mouse Control Functions

Window Management Functions

Controls

Pixel 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