Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(String Functions)
Line 245: Line 245:
 
* [[Core Function FileSave|FileSave( <file>, <expression> )]] -- Save all text to a file
 
* [[Core Function FileSave|FileSave( <file>, <expression> )]] -- Save all text to a file
 
* [[Core Function FileLoad|FileLoad( <file> )]] -- Load all text from a file
 
* [[Core Function FileLoad|FileLoad( <file> )]] -- Load all text from a file
 +
 +
==== GUI Functions ====
 +
 +
===== Dialog Creation Functions =====
 +
* [[Core Function GUICreate|GUICreate( <expression> )]] --
 +
* [[Core Function DoEvents|DoEvents( <expression> )]] --
 +
 +
===== Dialog Properties Get/Set Functions =====
 +
* [[Core Function GUIState|GUIState( <expression> )]] --
 +
* [[Core Function GUISetState|GUISetState( <expression> )]] --
 +
 +
===== Control Creation Functions =====
 +
* [[Core Function GUICreateButton|GUICreateButton( <expression> )]] --
 +
* [[Core Function GUICreateTextBox|GUICreateTextBox( <expression> )]] --
 +
* [[Core Function GUICreateTextBoxEx|GUICreateTextBoxEx( <expression> )]] --
 +
* [[Core Function GUICreateTimer|GUICreateTimer( <expression> )]] --
 +
 +
===== Control Event Linking Functions =====
 +
* [[Core Function GUILinkObj|GUILinkObj( <expression> )]] --
 +
 +
===== Dialog/Control Properties Get/Set Functions =====
 +
* [[Core Function GUIGetData|GUIGetData( <expression> )]] --
 +
* [[Core Function GUISetData|GUISetData( <expression> )]] --
 +
 +
===== Control Properties Get/Set Functions =====
 +
* [[Core Function GUITimerStart|GUITimerStart( <expression> )]] --
 +
* [[Core Function GUITimerStop|GUITimerStop( <expression> )]] --
 +
 +
===== Other GUI Functions =====
 +
* [[Core Function MsgBox|MsgBox( <expression> )]] --
  
 
==== Misc Functions ====
 
==== Misc Functions ====

Revision as of 08:10, 24 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
Hash/Array
Type Checking

Binary Data Management Functions

Math Functions

String Functions

Array Functions

Hash (Dictionary) Functions

Process Functions

Environment Management

File Functions

File Create/Read/Write Functions

GUI Functions

Dialog Creation Functions
Dialog Properties Get/Set Functions
Control Creation Functions
Control Event Linking Functions
Dialog/Control Properties Get/Set Functions
Control Properties Get/Set Functions
Other GUI 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