Jump to content
John Kouraklis

LiveBindings and evaluating logical expressions

Recommended Posts

Hi all,

I am fiddling with LiveBindings Expression engine and I know how to evaluate expressions, use objects, add custom functions.

What I am struggling though is to evaluate logical expressions.

For example this type: (3=5) and 8

Anyone knows how to do this?

Thanks

Share this post


Link to post
8 hours ago, John Kouraklis said:

(3=5) and 8

Seems you are mixing a boolean expression and a logical operator here ("=" is not a logical operator!). What do you expect from an expression like True and 8?

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×