Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I just came through a weird result :
I tested the line :
myMessage += "\n Essai priorisation signes " + (1 / 2 * 4) + " essai 2 " + (4 / 2);
Normally this should return 2 for each of the results, right ?
It doesn't. It returns 0 and 2, and the same when you use it in pieces of code.
Could anybody explain me why ?
Benoit
Solved! Go to Solution.