Intel® Moderncode for Parallel Architectures
Support for developing parallel programming applications on Intel® Architecture.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Function int2byte or int2char

m-santos
Beginner
944 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
944 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