home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 27 / CDROM27.iso / share / progra / mai / Controls, TextBox - Adding a new line < prev    next >
Encoding:
Text File  |  1997-07-15  |  136 b   |  4 lines

  1. 'Description: Defines New Line character for use with TextBox.
  2.  
  3. CR$ = Chr$(13) & Chr$(10) 
  4. Text1 = "First Line" & CR$ & "Second Line"