Getting numeric string from buffer
bartliew
Posts: 6
if the buffer contains <number in string>$0D, how to extract the number in string?
0
Comments
char Buffer[200]
integer Value
Value = atoi(Buffer)
type atoi in studio editor. highlight atoi with the mouse and hit F1 for more info. this is probably what you are asking for.