4D v16.3

_o_C_INTEGER

Home

 
4D v16.3
_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)



See also 

C_LONGINT
C_REAL
Compiler Commands
Count parameters

 
PROPERTIES 

Product: 4D
Theme: Compiler
Number: 282

This command is deprecated and should not be used anymore

 
HISTORY 

Created: < 4D v6
Renamed: 4D v15

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)