string to number conversion

yopla's icon
Max Patch
Copy patch and select New From Clipboard in Max.

Hello everybody
really strange, i cant' convert this simple string into an int (a phone number)
i suppose it's beacause this int is out of range ?
++

Rick's icon

Yup it's out of range for a 32 bit number, 2147483647 is the max.