Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(String Functions)
(String Functions)
Line 189: Line 189:
 
* [[Core Function LC|LC( <expression> )]] -- Returns string in all lower case
 
* [[Core Function LC|LC( <expression> )]] -- Returns string in all lower case
 
* [[Core Function LCFirst|LCFirst( <expression> )]] -- Lower Cases first letter of string
 
* [[Core Function LCFirst|LCFirst( <expression> )]] -- Lower Cases first letter of string
 +
* [[Core Function LCLast|LCLast( <expression> )]] -- Lower Cases last letter of string
 
* [[Core Function LCWords|LCWords( <expression> )]] -- Lower Cases first letter of each word in string
 
* [[Core Function LCWords|LCWords( <expression> )]] -- Lower Cases first letter of each word in string
 
* [[Core Function Left|Left( <expression>, <count> )]] -- Returns a number of characters from the left-hand side of a string
 
* [[Core Function Left|Left( <expression>, <count> )]] -- Returns a number of characters from the left-hand side of a string
Line 214: Line 215:
 
* [[Core Function UC|UC( <expression> )]] -- Returns string in all Upper Case
 
* [[Core Function UC|UC( <expression> )]] -- Returns string in all Upper Case
 
* [[Core Function UCFirst|UCFirst( <expression> )]] -- Upper Cases first letter of string
 
* [[Core Function UCFirst|UCFirst( <expression> )]] -- Upper Cases first letter of string
 +
* [[Core Function UCLast|UCLast( <expression> )]] -- Upper Cases last letter of string
 
* [[Core Function UCWords|UCWords( <expression> )]] -- Upper Cases first letter of each word in string
 
* [[Core Function UCWords|UCWords( <expression> )]] -- Upper Cases first letter of each word in string
  

Revision as of 19:14, 1 December 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

Path Functions

Network Functions

HTTP Functions
MySQL Functions
Sputnik Client/Server Functions (This is just for connecting Sputnik Clients to Sputnik Servers nothing else)
Misc Network Functions

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