Syntax

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
Line 8: Line 8:
 
*FLOAT    - values from  blah to blah
 
*FLOAT    - values from  blah to blah
 
*DOUBLE  - values from  blah to blah
 
*DOUBLE  - values from  blah to blah
*VAR      - any type of davinci variable
+
*VAR      - any type of davinci variable (including arrays, strings and various other data types)
 
*STRUCT  - a davinci structure containing the specified elements
 
*STRUCT  - a davinci structure containing the specified elements
 
*STRING  - a arbitrary length item composed of characters   
 
*STRING  - a arbitrary length item composed of characters   
 
*TEXT    - an array of strings
 
*TEXT    - an array of strings
 
*BOOL    - values of either 1 or 0
 
*BOOL    - values of either 1 or 0
 +
 +
Optional Inputs:
 +
 +
By allowing some inputs to be optional, davinci has the ability to have preset values that the user doesn't need to enter
  
 
Format:
 
Format:
*
+
 
 +
 
 +
In the explicit definition of inputs, the variable name will appear and be followed by the type of data it accepts. 
 +
 
 +
For example:
 +
 
 +
function(data = VAR, [ignore = FLOAT])
  
 
}}
 
}}
  
 
[[category:Glossary]]
 
[[category:Glossary]]

Revision as of 13:18, 6 March 2006

Description

{{{1}}}

Last Updated: Feb-2011


More News

Personal tools