Dec 6, 2005 #1 fab123 Programmer Joined Dec 3, 2005 Messages 2 Location AU Hi! Does someone know if there is a way to output formatted variables to a string buffer like C sprintf can do? Thanks.
Hi! Does someone know if there is a way to output formatted variables to a string buffer like C sprintf can do? Thanks.
Dec 6, 2005 #2 ArkM IS-IT--Management Joined Oct 21, 2002 Messages 1,819 Location RU Write CHARACTER*... instead of an unit number in the WRITE statement. This feature was included in Fortran since F77. Upvote 0 Downvote
Write CHARACTER*... instead of an unit number in the WRITE statement. This feature was included in Fortran since F77.