B
bbawa1
Gretaer than and lessthan syntax doesn't work.
if(int diff >= 17 AND <=14)
{
//
}
if(int diff >= 17 AND <=14)
{
//
}
Gretaer than and lessthan syntax doesn't work.
if(int diff >= 17 AND <=14)
{
//
}
Hey,
[email protected] said:Gretaer than and lessthan syntax doesn't work.if(int diff >= 17 AND <=14)
{
//
}
Is that a joke or are you serious?
In doubt... how can any number be greater than 17 and at the same time
smaller than 14?
Besides, what language is that? There are enough of them, don't try to
invent new ones ;-)
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog:http://www.galasoft.ch
PhotoAlbum:http://www.galasoft.ch/pictures
Support children in Calcutta:http://www.calcutta-espoir.ch
Hey,
[email protected] said:Gretaer than and lessthan syntax doesn't work.if(int diff >= 17 AND <=14)
{
//
}
Is that a joke or are you serious?
In doubt... how can any number be greater than 17 and at the same time
smaller than 14?
Besides, what language is that? There are enough of them, don't try to
invent new ones ;-)
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog:http://www.galasoft.ch
PhotoAlbum:http://www.galasoft.ch/pictures
Support children in Calcutta:http://www.calcutta-espoir.ch
Sorry I mean >=14 AND <=17 in C#
Hey,
Is that a joke or are you serious?[email protected] said:Gretaer than and lessthan syntax doesn't work.
if(int diff >= 17 AND <=14)
{
//
}
In doubt... how can any number be greater than 17 and at the same time
smaller than 14?
Besides, what language is that? There are enough of them, don't try to
invent new ones ;-)
Laurent
--
Laurent Bugnion [MVP ASP.NET]
Software engineering, Blog:http://www.galasoft.ch
PhotoAlbum:http://www.galasoft.ch/pictures
Support children in Calcutta:http://www.calcutta-espoir.ch
Sorry I mean >=14 AND <=17 in C#