Basic.Eoln$ (property)
Syntax | Basic.Eoln$ |
Description | Returns a String containing the end-of-line character sequence appropriate to the current platform. |
Comments | This string will be either a carriage return, a carriage return/line feed, or a line feed. |
Example |
This example writes two lines of text in a message box.
|
See Also | Basic.PathSeparator$ (property). |