Boolean output

I can't seem to figure out how to work with a boolean output. I have two block going into a RegExp block and checking to see if the info matches. But I can't figure out how to set something up if its true, or something else if its false. Any help?
[250 byte] By [Bahbus] at [2008-2-28]
# 1
Hmm, no one knows?
Bahbus at 2007-9-26 > top of Msdn Tech,Popfly,Popfly General Discussion...
# 2

You need blocks that consume boolean values if you expect outputs other than "true/false". Popfly provides some blocks, e.g., "Filter", that takes condition variables.

You can write your own block or customize the javascript in advanced view if you need further control of the output.

For practice, I shared a simple "IIf" block, and a test project below that consumes one boolean value. See if this solves your problem.


http://www.popfly.ms/users/Jianchun/Do%20you%20like%20Popfly

jianxu at 2007-9-26 > top of Msdn Tech,Popfly,Popfly General Discussion...