Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Type convertion

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

0 Kudos
Reply