Skip to content
  • Contacts
  • Articles
  • Categories

AX / Dynamics 365 For Finance and Operations blog

Category: Ternary operator

AX – D365FO – IF Ternary Operator

Posted on 25 October 202125 October 2021 by Marco Saad

This section describes a comparison of the ternary statement to the if statement. a = (b > c) ? b : c; // The preceding line of code is equivalent to the following if-else code: if (b > c) { a = b; } else { a = c; }

Leave a comment

Cerca

Recent Posts

  • SQL SERVER – Create a SQL Server Linked Server to Azure SQL Database
  • SQL SERVER – Convert a given date from UTC to your time zone and daylight savings time
  • AX / D365FO – Get Form COntrol label text
  • AX / D365FO – Set up Data Entities Export recurring jobs
  • SQL SERVER – Copy more than 65535 characters from result grid Column

Categories

Enter your e-mail address to subscribe to this blog, and receive notifications of new posts by e-mail.

Join 1,627 other subscribers
Follow AX / Dynamics 365 For Finance and Operations blog on WordPress.com
Blog at WordPress.com.
  • Follow Following
    • AX / Dynamics 365 For Finance and Operations blog
    • Join 79 other followers
    • Already have a WordPress.com account? Log in now.
    • AX / Dynamics 365 For Finance and Operations blog
    • Customize
    • Follow Following
    • Sign up
    • Log in
    • Report this content
    • View site in Reader
    • Manage subscriptions
    • Collapse this bar