Hi,
I am trying to concatenate two characters.
CHARACTER*80 IDENTITY,getenv@
IDENTITIY=getenv@('Test')//'\\Tmp\\File.txt'
When i try to print it , it is showing only the path for the environmental variable. It is not appending \\Tmp\\File.txt
Any help will be appreciated.
Thanks, Ajith.