Dim someText As String
Text TO someText
Anything I type in here is placed into
the someText variable at runtime. No
more dealing with " & _
But that would be WAY too convenient.
End Text
(Yes, I ripped this off of VFP)
3 comments:
Wouldn't it be nicer if this kind of syntax would then extract all the text and place it into a resource file for you. A resource file you could localize?
Text TO SomeText
My (localizable) resource text
End Text
Oh! and while we're at it, how about {tab} and {crlf} tags for the String.Format function? {tab} and {crlf} tags in String.Format
That would be cool. All I really wanted it for is SQL statements.
C# still gets clumsy when you want to format with line breaks and insert values like << date >>.
Post a Comment