LogiView

Function 'time'

     

This function returns a string containing the current time. The time format corresponds to the common representation in DataView.

 

Syntax:

  {STR_VAR}= time()
 

I/O parameters:

-  
-  
 

Return value:

 
{STR_VAR} Current time
 

Example:

  Declaration of Variables
 
10 DOCU_STRING_1=time()
20 put (DOCU_STRING_1)
  Result:
 

Functions and commands: Date and Time