This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19.8
_o_C_INTEGER

_o_C_INTEGER 


 

_o_C_INTEGER ( {method ;} variable {; variable2 ; ... ; variableN} )  
Parameter Type   Description
method  Method in Optional name of method
variable  in Name of variable(s) to declare

The _o_C_INTEGER command is still present in 4D for compatibility with old databases. In fact, 4D and the compiler retype Integers into Longints internally. For example:

 _o_C_INTEGER($MyVar)
 $TheType:=Type($MyVar//$TheType = 9 (Is longint)

 
PROPERTIES 

Product: 4D
Theme: Deprecated Commands
Number: 282

This command is deprecated and should not be used anymore

 
PAGE CONTENTS 
 
HISTORY 

Created: < 4D v6
Renamed: 4D v15 (C_INTEGER)

 
ARTICLE USAGE

4D Language Reference ( 4D v19)
4D Language Reference ( 4D v19.1)
4D Language Reference ( 4D v19.4)
4D Language Reference ( 4D v19.5)
4D Language Reference ( 4D v19.6)
4D Language Reference ( 4D v19.7)
4D Language Reference ( 4D v19.8)