Small company logo:
   History
 
Advertising banner:
 
 Form.AddBodyText
Home • Help • Customization Tools • FCAS • Language Reference • Form.AddBodyText
 
Purpose
Adds a string to the end of any body text on a form.
This doesn't require the entire body text to be sent, nor does it force a full redraw, as would be the case when assigning a body.
Syntax
Form.AddBodyText (String)


String
The string you want to add to the end of the body.

Example
Form1.AddBodyText ("This is the end")