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

quick question

mldd
Beginner
236 Views
Can anybody help me with the following question,

How to assign a numeric variable to a character variable?

With thanks!
0 Kudos
1 Reply
TimP
Honored Contributor III
236 Views
Do you want a numeric to character conversion?

character(15) charvar

write(charvar,*)var
0 Kudos
Reply