README.md
December 5, 2022 ยท View on GitHub
Description
Creates multiline MsgBoxes
More Info
Just paste the code any where you want
| Submitted On | |
| By | Ian Gorse |
| Level | Unknown |
| User Rating | 3.4 (17 globes from 5 users) |
| Compatibility | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Miscellaneous |
| World | Visual Basic |
| Archive File |
Source Code
''There it is
wrap$ = Chr$(10) + Chr$(13)
MsgBox "Line number 1" + wrap$ + "Line Number 2"