fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Home > lang > eval
 
Edit  Rename  Undo  Refresh   
Documentation
History  
Eval - History
05/13/2008 10:32:09 - gambas
..............................................................................   ..............................................................................
}                                                                                }                                                                             
                                                                                                                                                               
{seealso                                                                         {seealso                                                                      
[../../comp/gb.eval/expression]                                                  [../../comp/gb.eval]                                                           
}                                                                                }                                                                             
                                                                                                                                                               
05/13/2008 10:31:53 - gambas
..............................................................................   ..............................................................................
Context["Y"] = "Gambas"                                                          Context["Y"] = "Gambas"                                                       
                                                                                                                                                               
PRINT Eval("X * Len(Y)", Context)                                                PRINT Eval("X * Len(Y)", Context)                                             
<hr>12                                                                           --                                                                             
                                                                                 12                                                                             
                                                                                 }                                                                              
                                                                                                                                                                
                                                                                 {seealso                                                                       
                                                                                 [../../comp/gb.eval/expression]                                                
}                                                                                }                                                                             
                                                                                                                                                               
05/13/2008 10:31:40 - gambas
..............................................................................   ..............................................................................
                                                                                                                                                               
Evaluates an expression and returns its value. This expression can use almost    Evaluates an expression and returns its value. This expression can use almost 
                                                                                                                                                               
The optional context  is a collection that must contain the value of each unde   The optional context  is a collection that must contain the value of each unde 
                                                                                                                                                               
{example                                                                         {example                                                                      
DIM Context AS New Collection                                                    DIM Context AS New Collection                                                 
..............................................................................   ..............................................................................
04/22/2006 02:30:21 - hj.herbert
{syntax                                                                          {syntax                                                                       
_Variant_ *= Eval (* _Expression_ [ *,* _Context_ ] *)*                          _Value_ *= Eval (* _Expression_ AS String [ *,* _Context_ AS Collection ] *)*  
}                                                                                }                                                                             
                                                                                                                                                               
Evaluates an expression and returns its value. This expression can use almost    Evaluates an expression and returns its value. This expression can use almost 
                                                                                                                                                               
The optional context  is a collection that must contain the value of each unde   The optional context  is a collection that must contain the value of each unde 
                                                                                                                                                               
{example                                                                         {example                                                                      
DIM Context AS New Collection                                                    DIM Context AS New Collection                                                 
..............................................................................   ..............................................................................
12/19/2005 19:41:57 - gambas
Creation