Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. German
  4. if statement in qml
Forum Updated to NodeBB v4.3 + New Features

if statement in qml

Scheduled Pinned Locked Moved Unsolved German
2 Posts 2 Posters 664 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Galilio
    wrote on last edited by
    #1

    Hallo Zusammen,

    Beim if Statement was ist der Unterschied zwischen die beiden if statement:

    if a  != b 
    

    oder

    if a !== b 
    

    --> was wäre zu empfehlen?

    Danke

    jsulmJ 1 Reply Last reply
    0
    • G Galilio

      Hallo Zusammen,

      Beim if Statement was ist der Unterschied zwischen die beiden if statement:

      if a  != b 
      

      oder

      if a !== b 
      

      --> was wäre zu empfehlen?

      Danke

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Galilio Da QML auf JavaScript basiert siehe https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Operators/Vergleichsoperatoren

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved