Difference between revisions of "Data Types"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Data_Types_Literals_and_Variables]]

+
=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"
Line 51: Line 49:
 
| style="border: 1px solid #010101" width="396" |
 
| style="border: 1px solid #010101" width="396" |
 
Limited by memory size
 
Limited by memory size
 +
|- align="left" valign="top"
 +
| style="border: 1px solid #010101" width="396" |
 +
object
 +
| style="border: 1px solid #010101" width="396" |
 +
Object type
 +
| style="border: 1px solid #010101" width="396" |
 +
 
__NOTOC__
 
__NOTOC__
 
<!-- imported from file: 236.htm-->
 
<!-- imported from file: 236.htm-->

Latest revision as of 04: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