Sub BuildDeepText() Dim txt As String txt = "First line of deep text" + vbCrLf txt = txt + "Second line" + vbCrLf txt = txt + "Third line – longer description here" SetVariable "DeepText_Example", txt End Sub

Vijeo Designer 6.2 Tutorial Official

Sub BuildDeepText() Dim txt As String txt = "First line of deep text" + vbCrLf txt = txt + "Second line" + vbCrLf txt = txt + "Third line – longer description here" SetVariable "DeepText_Example", txt End Sub