| **Navigation:**  [[introduction.htm|Language Reference]] > 13 - Built-in Functions >====== TYPE (write string to screen) ====== | [[today return system date .htm|{{btn_prev_n.gif|Previous page}}]][[introduction.htm|{{btn_home_n.gif|Return to chapter overview}}]][[unfixformat unfix a dynamic file .htm|{{btn_next_n.gif|Next page}}]] | | || **TYPE(**//string//**)** {{blk2blue.jpg|blk2blue.jpg}} | **TYPE** | Writes a //string// to the current window or report. | | //String// | A string constant, variable, or expression. | **TYPE** writes a //string// to the current window or report. This procedure is valid in Clarion Win32 Windows, and also for REPORT structures in both Clarion Win32 and Clarion#. The //string// appears on the window or report at the current cursor position, if there's room, if not, it appears on the next line. The font used is the current font for the window or report. The SHOW statement may be used to position the cursor before output from TYPE. **Example:** **MDIChild WINDOW('Child One'),AT(0,0,320,200),MDI,MAX,HVSCROLL** **          !window controls** **         END** ** CODE** ** OPEN(MDIChild)** ** DISPLAY** ** ****TYPE****(Cus:Notes)     !Type the notes field** **See Also:** [[current target.htm|Current Target]]