![]() |
Delphi-Version: 2010
Constant - TB in b
Delphi-Quellcode:
_tb_: Int64 = 1024 * 1024 * 1024 * 1024;
_tb_: Extended = 1024 * 1024 * 1024 * 1024; Zitat:
|
AW: Constant - TB in b
Hello,
you could try this:
Delphi-Quellcode:
It should work.
const
_tb_ : Int64 = Int64(1024) * Int64(1024) * Int64(1024) * Int64(1024); _tb_ : Extended = 1024.0 * 1024.0 * 1024.0 * 1024.0; |
AW: Constant - TB in b
Delphi-Quellcode:
Edit: Zu spät...
_tb_: Int64 = Int64(1024) * 1024 * 1024 * 1024;
|
Re: Constant - TB in b
Thanks :)
|
AW: Constant - TB in b
Does an untyped constant work?
Delphi-Quellcode:
const
_tb_ = 1024 * 1024 * 1024 * 1024; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 11:11 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz