Appends text to the end of the log.
Object.Append ( sText )
The Append method syntax has the following parts:
Name |
Type |
Description |
Object |
ALog |
ALog control |
sText |
Val BString |
The text string that will be appended to the end of the log.This text can contain text or HTML tags (PlainText=False). |
The following example will append an ATEasy image (from Marvin Test Solutions web site) to the end of the page displayed in ALog control:
log.Append("<img src=\"http://www.MarvinTest.com/Images/ProductImages/md/ATEasy.jpg\"" \
" alt=\"ATEasy\" style=\"height:137px;width:125px;border-width:0px;\" />")