Jump to content

Progressive Capture Branch Expression to support 'is in' operation


Recommended Posts

@Martyn Houghton  @Paul Alexander,

So in the next release there will be a "is in" and "is not in" option. In the value box just use a comma separated values to check.

a,b,c,1,2,true,false,null,undefined


Note do not quote values....As the PC engine is client side it will perform an array.indexOf. So for example the above would result in something like:-

["a","b","c",1,2,true,false,null,undefined].indexOf(<thepcfvariablevaluetesting>) 

Cheers

  • Thanks 1
Link to comment
Share on other sites

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
×
×
  • Create New...