Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Data Types: Difference between revisions

From Catglobe Wiki
Tungocman (talk | contribs)
Tungocman (talk | contribs)
No edit summary
Ā 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:Data_Types_Literals_and_Variables]]
[[Category:Data_Types_Literals_and_Variables]]
{{HelpFiles}}
=Data Types=
Ā 
===Data Types===


{| class="tableintopic" style="border-collapse: collapse; border: 1px solid #010101" width="1189" border="1" cellpadding="2"
{| class="tableintopic" style="border-collapse: collapse; border: 1px solid #010101" width="1189" border="1" cellpadding="2"

Latest revision as of 02:21, 19 December 2011

Data Types

Data type

Description

Range of value

bool

Represents true/false value

True, false

number

Refers to any numerical value

–1.79769313486232e308 to

–4.94065645841247e-324 for negative values;

4.94065645841247e–324 to 1.79769313486232e308 for positive values

string

Refers to an array of characters

0 to approximately 2 billion characters

question

Refers to a question from any questionnaires in catglobe

array

A container type containing a number of elements of all types mentioned

Limited by memory size

object

Object type