get a number from string

zhomeslice:

strchr(MyStr,'e')

Your right sorry should have has the character string as first variable. Thanks for the catch.

Well this is still not good Serial.println(atoi(MyStr[strchr(MyStr,'e') + 1]);As strchr() returns a pointer in the string, not the index of the ‘e’ in the array

It’s not cool to modify past posting without documentation then the conversation does not make any sense