I am sorry to bother you all with this but I am at a loss. I have seen how to do this somewhere but cant find it ...
I am defining an SQL database and the definition is very long. I want to be able to continue the description onto the next line for
ease of viewing. It extends way beyond the screen width.
There is a char(s) that you use?
The "smart string" literal is a more powerful version of the standard string literal. It has three advantages: Supports multi-line strings. No need to escape quotes. Supports string interpolation. The smart string literal starts with $" and ends with "$. Examples: Dim s As String = $"Hello...