07-04-2011, 11:27 PM
Yes, you are making sense. I'm not sure if you can pass a boolean along as a parameter. You can always pass "true" and "false", and say
If you know what I mean
Code:
if str = "true" then bln = true
if str = "false" then bln = false