How to read one character form each line of the file?

Hi,

Maybe this iscorrect forum for my question...

I should read one character at a fixed position from each line of the file. So how ??? should be substituted in the code below:

while read line ; do
single_char=`???`
echo "$single_char"
done < $input_file

OK...I did get an aswer..Thanks