Test on boolean variables
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-02-04 04:42 PM
‎2011-02-04
04:42 PM
IF cutDiagonal THEN
ENDIF
The cutDiagonal is defines as a parameter of type boolean. It's set to ON.
The problem is that the content within the test is not executed.
I can't find any sample upon how to test this type of variable.
So is it not possible to do it in this way? Or, how should I do it?
1 REPLY 1
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-02-04 04:50 PM
‎2011-02-04
04:50 PM
Suddenly the test started to work as it should.