MoveTo(0,0)
MoveTo(&Width,&Height)
Define(&LocalVariable,string,@(2,1,3))
Set(&LocalVariable,@(2,1,3))
Define(&LocalVariable1,string,@(3,1,34))
Set(&LocalVariable1,@(3,1,34))
Define(&LocalVariable2,string,@(4,1,23))
Set(&LocalVariable2,@(4,1,23))
Define(&LocalVariable3,string,@(5,1,100))
Set(&LocalVariable3,@(5,1,100))
Margin(0.0000,0.0000)
BeginParagraph(0.0000,&Width,0.0000,'left',0.1667,False)
SetStyle(&Style1)
Show('Dear '+&LocalVariable+' '+&LocalVariable1+' '+&LocalVariable2)
EndParagraph()
CRLF(0.1667)
search(&LocalVariable3,'{LF}')
BeginParagraph(0.0000,&Width,0.0000,'left',0.1667,False)
SetStyle(&Style1)
Show(&LocalVariable3)
EndParagraph()
endsearch()
BeginParagraph(0.0000,&Width,0.0000,'left',0.1667,False)
setStyle(&Style1)
Show(&LocalVariable3)
EndParagraph()