Thema
:
Constant - TB in b
Einzelnen Beitrag anzeigen
WojTec
Registriert seit: 17. Mai 2007
482 Beiträge
Delphi XE6 Professional
#
1
Constant - TB in b
2. Jan 2013, 20:57
Delphi-Version:
2010
markieren
Delphi-Quellcode:
_tb_: Int64 = 1024 * 1024 * 1024 * 1024;
_tb_: Extended = 1024 * 1024 * 1024 * 1024;
Zitat:
[Pascal Error] MainFrm.pas(299): E2099 Overflow in conversion or arithmetic operation
How I can store TB value?
Zitat
WojTec
Öffentliches Profil ansehen
Mehr Beiträge von WojTec finden