Question

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?

Was it helpful?

Solution

Short answer: no, nothing similar available.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top