ykcosmo Posted July 9, 2008 Share Posted July 9, 2008 I want to make a if block in vop, in language, it shoud be: if (r < 1) { A = red; B = blue; } else { A = blue; B = red; } C = A + B; how to do this if else in VOP? Quote Link to comment Share on other sites More sharing options...
TheUsualAlex Posted July 9, 2008 Share Posted July 9, 2008 there is if-then vop. You might need to use 2 if-then vop, then pass through a two-way vop or switch vop to mimic if-elseif-else condition. Quote Link to comment Share on other sites More sharing options...
ykcosmo Posted July 10, 2008 Author Share Posted July 10, 2008 thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.