Core Function String

From Sputnik Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "<pre> String( <expression> ) </pre> === Description === Returns the String representation of an expression === Parameters === ==== Expression ==== An expression to convert. ...")
 
m (1 revision)
 
(2 intermediate revisions by one user not shown)
Line 17: Line 17:
 
Success: Returns the string.
 
Success: Returns the string.
  
Failure: Returns 0.
+
Failure: Returns empty string.
  
 
=== Remarks ===
 
=== Remarks ===

Latest revision as of 12:38, 14 June 2015

String( <expression> )

Contents

Description

Returns the String representation of an expression

Parameters

Expression

An expression to convert.

Return Value

Success: Returns the string.

Failure: Returns empty string.

Remarks

Example

$newString = String( $Value );
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox