I have a first name and middle initial. Both put into seperate variables. I know the length of each string. I have to concatenate them together into a string that is limited to 16 characters with the middle initial being in the last position (16 character).
Example:
strfirst = "Apollo"
strmiddle = "6"
strFinal = "Apollo 6"
Any suggestions would be appreciated.
Thanks
Example:
strfirst = "Apollo"
strmiddle = "6"
strFinal = "Apollo 6"
Any suggestions would be appreciated.
Thanks