This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com
Home
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)
Product: 4D Theme: Deprecated Commands Number: 282
Created: < 4D v6 Renamed: 4D v15 (C_INTEGER)
4D Language Reference ( 4D v20) 4D Language Reference ( 4D v20.1) 4D Language Reference ( 4D v20.2) 4D Language Reference ( 4D v20.3) 4D Language Reference ( 4D v20.4) 4D Language Reference ( 4D v20.5) 4D Language Reference ( 4D v20.6)