I have a file that looks like this
1,0,0 | 2,0,1 | 3,1,0 | 4,2,0
I need to read in three variables
x = 1
y = 0
z = 0
and using the | to divide the numbers.
I don't need the commas or |.
I am struggling on reading this file and inputting them into variables.