From ftm
Jump to: navigation, search
Line 1: Line 1:
This is a simple reference for the EXPR class and its object.
+
This is a simple reference for the EXPR class.
  
Creation - Elements of the call
 
  
within ftm.mess
+
== Creation - Elements of the call ==
 +
 
 +
An EXPRession is a sentence which can be applied to the content of an FMAT or an FVEC. It can be created in an FTM.object (class expr) or in an FTM.message.  In both case, it shares the same syntax:
 +
 
 +
1_ it is surrounded by simple quotes ' '
 +
2_ it is then encapsulated within parenthesis (to be executed like all of FTM's code)
  
within a ftm.object
+
For in
  
 +
Function
 +
Methods
  
Simple examples:
+
within ftm.mess
  
Unity
+
within a ftm.object
  
 +
scope of variable
  
 
Context of use
 
Context of use
Line 22: Line 29:
  
 
Find
 
Find
 +
 +
 +
== Simple examples ==
 +
 +
 +
Unity

Revision as of 15:17, 5 July 2010

This is a simple reference for the EXPR class.


Creation - Elements of the call

An EXPRession is a sentence which can be applied to the content of an FMAT or an FVEC. It can be created in an FTM.object (class expr) or in an FTM.message. In both case, it shares the same syntax:

1_ it is surrounded by simple quotes ' ' 2_ it is then encapsulated within parenthesis (to be executed like all of FTM's code)

For in

Function Methods

within ftm.mess

within a ftm.object

scope of variable

Context of use

Fill

Apply

Lookup

Find


Simple examples

Unity