Einzelnen Beitrag anzeigen

Volker Z.

Registriert seit: 3. Dez 2012
Ort: Augsburg, Bayern, Süddeutschland
419 Beiträge
 
Delphi XE4 Ultimate
 
#2

AW: Constant - TB in b

  Alt 2. Jan 2013, 20:27
Hello,

you could try this:

Delphi-Quellcode:
const
  _tb_ : Int64 = Int64(1024) * Int64(1024) * Int64(1024) * Int64(1024);
  _tb_ : Extended = 1024.0 * 1024.0 * 1024.0 * 1024.0;
It should work.
Volker Zeller
  Mit Zitat antworten Zitat