|
Re: Help with variable-length fields
Okay so you have info like for example this....
Field/ Name/ Fixed length
1/ SS#/ 9
2/ Last Name/ 25
3/ First Name / 15
4/ Address / 30
5/ City / 25
6/ State code / 2
7/ Zip code / 5
8/ # courses / 2
But some of the things do not need to be fixed length. Others are fine that way but some would be better as variable length
|