fr de es it nl pl pt pt_BR mk sq ca ar fa vi ja ru zh zh_TW eo
Home > lang > dim
 
Edit  Rename  Undo  Refresh   
Documentation
History  
DIM - History
06/15/2006 14:31:14 - gambas
..............................................................................   ..............................................................................
{seealso                                                                                                                                                       
[lang/localdecl] [/doc/naming]                                                   {seealso                                                                      
}                                                                                [lang/localdecl] [/doc/naming]                                                
                                                                                 }                                                                              
                                                                                                                                                               
06/08/2006 06:48:20 - hj.herbert
..............................................................................   ..............................................................................
}                                                                                }                                                                             
                                                                                                                                                               
{seealso                                                                         {seealso                                                                      
[lang/localdecl]                                                                 [lang/localdecl] [/doc/naming]                                                 
}                                                                                }                                                                             
                                                                                                                                                               
04/22/2006 02:08:37 - hj.herbert
This keyword is used for declaring local variables.                              This keyword is used for declaring local variables.                           
All DIM declarations must be in the FUNCTION or [../sub] before the first exec   All DIM declarations must be in the [../function] or [../sub] before the first 
                                                                                                                                                               
{example                                                                         {example                                                                      
DIM fTimeDiff2 AS Float                                                          DIM fTimeDiff2 AS Float                                                       
..............................................................................   ..............................................................................
04/22/2006 02:01:45 - hj.herbert
Creation