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.

Empfohlene Antworten

Veröffentlicht

Kann mir jemand helfen ich möchte das wenn z.b. die variable sendto nichts von diesen werten besitzt: hallo, huhu, servus, tschüss dass es dann in die if funktion springt.

also ich hab es so gemacht

If RTrim(sendto) <> "Hallo" Or "huhu" Or "servus" Or "tschüss" Then

.....

End if

aber es funktioniert nicht

:(

das RTrim hab ich drin da ich festgelegte variablen habe und dort am schluss zwei leerzeichen eingefügt werden... hab die if funktion umgeschrieben da ich diese fürs Geschäft brauche

lg Tina

Bearbeitet von ChristinaB

If RTrim(sendto) <> "Hallo" Or "huhu" Or "servus" Or "tschüss" Then

.....

End if

Andere Möglichkeit:

    Dim sendto As String

    sendto = "Das ist ein Test"


    If InStr(sendto, "Hallo") == 0 AND InStr(stWert, "huhu") == 0 Then

        .....

    End If

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.