CrazyEngineers
  • How to conduct Boolean operation in a simpler way?

    Vivien.hugo

    Member

    Updated: Oct 22, 2024
    Views: 883
    Hello, everybody! For conducting Boolean operation, I use Trim but I feel troublesome since many selections have to be carried out. So I wonder are there some new way to simplify the process? Hope anyone could give me some advice. Thank you.
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • PraveenKumar Purushothaman

    MemberDec 21, 2011

    If you are talking about checking a condition, then you can use ternary operators. Example:
    echo (condition) ? true statement false statement;
    But it carries out only one function or expression and not more than that! 😔
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register