Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Sehr grosse Datentypen

Empfohlene Antworten

Veröffentlicht

Hallo miteinander,

ich stehe gerade vor einem Problem sehr grosse Datentypen auszugeben. Ich progge mit VB 6.0 und habe den Datentyp Double gewählt, doch ab 15 Stellen (keine Kommazahlen) wandelt er sie in die exponentialform um.

Weiss irgendwer eine Möglichkeit, wie ich solche grossen Daten weiterhin speichern und ausgeben kann (Datentypergänzung oder Script)?

Danke im voraus!

Gruß Christian

Zum Speichern und Anzeigen hilft dir ein String

Ließ mir ja keine Ruhe...

Beispiel:

Dim zzz As Variant

Dim tmp As String

tmp = "12345678901234567"

zzz = CDec(tmp)

Debug.Print CDec(zzz)

zzz = CDec(tmp) * 1.5

Debug.Print CDec(zzz)

So kann man auch mit größeren Zahlen Rechnen ohne zu runden

Stichwort CDEC siehe Hilfe

:cool:

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.