Convert String Array to int / float (loadStrings)

You need to use split within the for loop

Use a 2nd for loop to loop over the result with n2, see Reference

Then use …int(n2.trim());

1 Like