Visual FoxPro supports syntax such as the following:
Text To VariableName TEXTMERGE noshow
select * from.....
EndText
This assigns the value of all text between "Text To" and "EndText" to the variable. It eliminates the need for multi line statements separateed by "+ ;"
Does VBA have something similar?