I am fairly new to Fortran and am running into a problem with "strings".
Say I have a couple of variables:
character tempword*20, a*1
Say I have the user go throuh a loop a certain number of times to fill tempword one character at a time. I store the input in a, but how do I now concatenate the contents of a into tempword?
Thanks for the help
mm
Say I have a couple of variables:
character tempword*20, a*1
Say I have the user go throuh a loop a certain number of times to fill tempword one character at a time. I store the input in a, but how do I now concatenate the contents of a into tempword?
Thanks for the help
mm