Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with character strings

Status
Not open for further replies.

manoslev

Technical User
Dec 7, 2004
12
GR
Hi

I need to set a character string a(i:i) as an array
element.I though it would be something like b(j) = a(i:i)
where b(j) is the array element but it doesn't seems to
work.Can you please help me?
 
Say you have 45 chars. The declarations of a and b would be
Code:
character*45 a
character b(45)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top