Syntax
Public Sub PrintData(ParamArray vVal() As Variant)
Description
This function enters a message in the log file with the number of parameters separated by commas, the log file stored in “C:User[Your Username]AppDataRoamingVertexFX Client Terminals” Company name”VTLlog..“.
Parameters
Key | Description |
Any values to add to the log file separated by commas. |
Return value
Returns nothing.
Example
Public Sub Main() PrintData "Welcome to VTL World" End Sub
See Also