In a single column, I have a field that has 3 fields:
"O", "U" or "P" (indicating if a game went over or under the game total, or pushed)
x - a number (game total - 7, 7.5, ... as high as 12.5)
ml price (-120, +109, ... depedending on whether that total is a fav or dog)
An example entry of this column is
U 8 -109
How do I pull the middle entry (8 in this example) out of that column?
"O", "U" or "P" (indicating if a game went over or under the game total, or pushed)
x - a number (game total - 7, 7.5, ... as high as 12.5)
ml price (-120, +109, ... depedending on whether that total is a fav or dog)
An example entry of this column is
U 8 -109
How do I pull the middle entry (8 in this example) out of that column?