Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29244 Discussions

With open VMS fortran how to convert alphanumeric string to number and vice versa

jano31
Beginner
657 Views
I'd like to convert alphanumeric string to number and number to string using fortran for open VMS.
Thank you for your help
;-}Jean
0 Kudos
2 Replies
TimP
Honored Contributor III
657 Views
If you want advice on the use of standard Fortran, beyond what you'll find in any good textbook, you could try the newsgroup comp.lang.fortran. I don't know where you'd go for something specific to your platform; certainly not here on a Windows specific forum.
0 Kudos
Steven_L_Intel1
Employee
657 Views
Well, I think we can take questions like that here. After all, someday they may be our customer, as long as it applies also to our product.
This is a common question for those new to Fortran. It is done through a standard language feature called "internal I/O". Please read your Language Reference Manual for information on "internal READ" and "internal WRITE".
0 Kudos
Reply