Serial.parseInt() problem ... int vs long return type

I wasn't clear in my last post. I now understand that on the Arduino...
short and int are 16-bits
long is 32-bits
and someone still needs to update the Stream.parseInt() docs :wink: