Hi All,

I have a case where I am trying to issue the following calculation

int x = 0;
int y = -1;
x = y % 12;

In other languages I get the result: x = 11.  In GWT/java I get "-1".
Is there a better way?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to