![]() |
OpenOffice.org Basic – Potenzieren
Moin,
wie kann ich bei OpenOffice.org in Calc potenzieren?
Code:
MfG
Sheet.getCellByPosition(5, StartRow).Value = Sheet.getCellByPosition(1, 0).Value * Power(Sheet.getCellByPosition(2, 0).Value + 1, Sheet.getCellByPosition(3, 0).Value)
Fabian |
AW: OpenOffice.org Basic – Potentieren
Also die Doku sagt folgendes...
![]() |
AW: OpenOffice.org Basic – Potentieren
Also in Excel geht das so
Sub test() Sheets(1).Cells(1, 1) = 2 ^ 16 End Sub Da die Basicvarinaten nicht so unähnlich sein sollten, mal in diese Richtung schauen. Grüße Simmi |
AW: OpenOffice.org Basic – Potentieren
Zitat:
MfG Fabian PS: Das mit "^" funktioniert möglicherweise (kein Fehler) |
Alle Zeitangaben in WEZ +1. Es ist jetzt 08:30 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-2025 by Thomas Breitkreuz