Ok, excellent! Thank you :)
Stephen Tunney, MCAD.NET
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Evans,
Jonathan (2)
Sent: January 9, 2006 12:42 PM
To: nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Integer value comparisons
If it'
ailto:[EMAIL PROTECTED] Behalf Of Stephen
Tunney
Sent: Monday, January 09, 2006 5:36 PM
To: nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Integer value comparisons
I understand what you are doing here, but the line still seems
unreadable (compared to the bool::parse method I just foun
expression?
If so, why the need for the "${}" at all?
Stephen Tunney, MCAD.NET
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Evans,
Jonathan (2)
Sent: January 9, 2006 12:25 PM
To: nant-users@lists.sourceforge.net
Subject: RE: [NAnt-users] Int
should be:
^
|
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Stephen
Tunney
Sent: Monday, January 09, 2006 5:19 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Integer value
Bah! Forget I said anything :)
Stephen Tunney, MCAD.NET
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stephen
Tunney
Sent: January 9, 2006 12:19 PM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Integer value comparisons
Hello
Hello All,
Having trouble with the basics again :).
Was wondering how someone would go about expressing the following
Psuedo Code:
{
Variable x := 500 //Value can be anything, returned from an
exec call
If x != 100 then fail
}
I've tried the following and if fails