Function Reference

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(String Functions)
(String Functions)
Line 75: Line 75:
 
* [[Core Function Chr|Chr( <expression> )]] --
 
* [[Core Function Chr|Chr( <expression> )]] --
 
* [[Core Function Contains|Contains( <expression> )]] --
 
* [[Core Function Contains|Contains( <expression> )]] --
* [[Core Function Dec|Dec( <expression> )]] --
+
* [[Core Function Dec|Dec( <expression> )]] -- Returns a integer representation of a hexadecimal string
* [[Core Function FDec|FDec( <expression> )]] --
+
* [[Core Function FDec|FDec( <expression> )]] -- Returns a float representation of a hexadecimal string
* [[Core Function DDec|DDec( <expression> )]] --
+
* [[Core Function DDec|DDec( <expression> )]] -- Returns a double representation of a hexadecimal string
 
* [[Core Function EndsWith|EndsWith( <expression> )]] --
 
* [[Core Function EndsWith|EndsWith( <expression> )]] --
* [[Core Function Hex|Hex( <expression> )]] --
+
* [[Core Function Hex|Hex( <expression>, <length> )]] -- Returns a string representation of an integer type converted to hexadecimal
* [[Core Function FHex|FHex( <expression> )]] --
+
* [[Core Function FHex|FHex( <expression> )]] -- Returns a string representation of an float type converted to hexadecimal
* [[Core Function DHex|DHex( <expression> )]] --
+
* [[Core Function DHex|DHex( <expression> )]] -- Returns a string representation of an double type converted to hexadecimal
 
* [[Core Function InStr|InStr( <string>, <substirng>, <casesense>, <occurrence>, <start>, <count> )]] -- Checks if a string contains a given substring.
 
* [[Core Function InStr|InStr( <string>, <substirng>, <casesense>, <occurrence>, <start>, <count> )]] -- Checks if a string contains a given substring.
 
* [[Core Function isAlphaNumeric|isAlphaNumeric( <expression> )]] --
 
* [[Core Function isAlphaNumeric|isAlphaNumeric( <expression> )]] --

Revision as of 06:46, 11 November 2011

Contents

Function Reference

User Functions

Core Functions

Language Features

Console Functions

Variable Type Conversions

Common Variable Functions

Math Functions

String Functions

Array Functions

File Functions

Text File Create/Read/Write Functions

Misc Functions

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox