=====================================================
|| Record || Student ID || Name || Programme || Year ||
=====================================================
|| 1 || 1 || a || a || 1 ||
=====================================================
Student ID , Name ,Programme and Year need the user input
we do not know the size of the data
how to do this????
if the data do not same the space is not same too
the format is fixed
such as
=====================================================
|| Record || Student ID || Name || Programme || Year ||
=====================================================
|| 1 || 11111111 || aaaaaaaaaaaa || aaaaaaaaa || 1 ||
=====================================================