Software Archive
Read-only legacy content
17061 Discussions

Type convertion

Intel_C_Intel
Employee
339 Views
How to transform string value to number?
0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
339 Views
 
CHARACTER(20):: String
...
READ(String,*, IOSTAT=iErr) Value
IF (iErr.NE.0) THEN... !Bad string value

0 Kudos
Reply