Converting SubString Array to Array of Floats without loops

Ahhh, you’re right.

The first example I saw on some blogs about using parse uses a number of type int there and it works. It somehow makes me think I can just pass a 1. then julia will figure out it’s a Float64.

It works now.

Thanks