Knowledgebase
AddEntry
Posted by Ehab Adel on 24 July 2012 03:12 PM

Syntax

Public Function AddEntry(entry as String) as Boolean 

This function write data to specific file.

Parameters

Key Description 
entry New data to be writen.

Return value

Returns true if the data has been writen to the file, otherwise, false.

Sample

Public Sub main()

FileLogName = "C:\VTLlog.txt" 'Sets the path of the file we want to use.

  LogEnabled = true

  AddEntry "Welcome VTL World"

End Sub


See Also


Back to VTL Client Script Index

(0 votes)
This article was helpful
This article was 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. This is required to prevent automated registrations and form submissions.

Help Desk Software by Hybrid Solutions