AddEntry
Posted by Angham Al-Banawien, Last modified by Diana Alkouni on 24 August 2020 02:27 PM

Syntax

 Public Sub AddEntry(entry As String) As Boolean

Description

This function is used to add any string to the log file.

Parameters

Key Description 
entry Specific string to be added to the log file, a value of type String.

Return value

Returns true if the entry added otherwise returns false.

Example

  Public Sub Main() 

     LogEnabled =true

     FileLogName=“D/FileName”

     Dim Res

     Res = AddEntry (“Hello”)

     AlertMessage res

  End Sub​

See Also

 

Back to VTL Client Script Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions