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

Literals: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg_pham (talk | contribs)
Redirected page to Category:Literals
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:

#REDIRECT [[Category:Literals]]
 
=== Literals  ===
 
 
 
{| width="1189" cellspacing="0" cellpadding="2" border="1" style="border-collapse:collapse; border:1px solid #010101" class="tableintopic"
|- align="left" valign="top"
| width="204" bgcolor="#C0C0C0" style="border:1px solid #010101;" |
'''Type'''
 
| width="589" bgcolor="#C0C0C0" style="border:1px solid #010101;" |
'''Description'''
 
| width="396" bgcolor="#C0C0C0" style="border:1px solid #010101;" |
'''Examples'''
 
|- align="left" valign="top"
| width="204" style="border:1px solid #010101;" |
string
 
| width="589" style="border:1px solid #010101;" |
Enclosed with ‘“’ and ‘“’
 
Not contain ‘“’ or ‘/’ inside.
 
New line character is not allowed
 
| width="396" style="border:1px solid #010101;" |
"an"
 
|- align="left" valign="top"
| width="204" style="border:1px solid #010101;" |
date
 
| width="589" style="border:1px solid #010101;" |
Must be of the form: #yyyy-mm-dd hh:mm:ss# or #yyyy-mm-dd# used for where expression
 
Array datetime: {yyyy, mm, dd, hh, mm, ss, [miliseconds], [week] }
 
Note: Timezone is available from 5.6. Read note below.
 
| width="396" style="border:1px solid #010101;" |
#2006-04-11 10:14:20#
 
|- align="left" valign="top"
| width="204" style="border:1px solid #010101;" |
number
 
| width="589" style="border:1px solid #010101;" |
Could be an integer, a floating point or decimal constant
 
| width="396" style="border:1px solid #010101;" |
123
 
1234E 1
 
123.4
 
|- align="left" valign="top"
| width="204" style="border:1px solid #010101;" |
range
 
| width="589" style="border:1px solid #010101;" |
Enclosed with [ and ]
 
| width="396" style="border:1px solid #010101;" |
[1]
 
[1,2]
 
[1-2]
 
[1-2, 1]
 
[1, 2, 3]
 
|- align="left" valign="top"
| width="204" style="border:1px solid #010101;" |
array
 
| width="589" style="border:1px solid #010101;" |
Enclosed with { and }
 
| width="396" style="border:1px solid #010101;" |
{1, 2, 3}
 
|}
 
[[Category:HelpBooks]]

Latest revision as of 08:10, 6 March 2012

Redirect to: