Generating a Nonprinting Character with the CHAR Function

ID: Q49528

4.00 4.01 4.10 5.00 5.10 1.00 1.00a | 4.00 4.01 4.10 5.00 5.10 | 1.00 4.00

MS-DOS                              | OS/2                     | WINDOWS NT
kbprg

The information in this article applies to:

SUMMARY

An application developed in Microsoft FORTRAN can use the CHAR intrinsic function to create any character in the ASCII character set including the so-called "control" characters. The CHAR intrinsic function takes an INTEGER as an argument and returns a CHARACTER.

The following code example sends a nonprinting character, a carriage return, to the screen.

Sample Code

C Compile options needed: None

      WRITE (*, '(1X, A1)') CHAR(13)
      END

Additional reference words: kbinf 1.00 4.00 4.01 4.10 5.00 5.10 ASCII ctrl- z escape esc lf linefeed KBCategory: kbprg KBSubcategory: FORTLngIss
Keywords          : kbFortranPS kbLangFortran 
Version           : 4.00 4.01 4.10 5.00 5.10 1.00 1.
Platform          : MS-DOS NT OS/2 WINDOWS

Last Reviewed: May 2, 1998