Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.

Function int2byte or int2char

m-santos
Beginner
510 Views

Do anyone know how to convert an integer*4 to a byte or character*32 ?

Thanks

M.Santos

0 Kudos
1 Reply
TimP
Honored Contributor III
510 Views
These look like Fortran questions, but it is not clear what you intend. The Fortran CHAR() and ACHAR() intrinsics may or may not interest you. character*32 is f77 notation for a string of 32 characters.
0 Kudos
Reply