Peter Johnson
Peter Johnson
J.I.E. Pty Ltd
Friends

Add friends via their profile or user search and you will be able to see if they are online

Peter Johnson
Added topic Possible bug with loop decrementing
There is potentially an issue with decrementing loops whereby the value of an unsigned value can go to -1. It's easy enough to work around though.  for ( ulong r = 2 ; r >= 0 ; r--) {      PrintFormat ( "r= %d" , r);
Peter Johnson
Registered at MQL5.community