LogiView

Function 'virtual_mode'

     

This function checks if the virtual mode is set. The result is "TRUE" if the virtual mode is set; otherwise the result is "FALSE".

 

Syntax:

  {LOG_VAR}= virtual_mode ()
 

I/O parameters:

-  
-  
   
 
{LOG_VAR}
TRUE Virtual mode set.
FALSE Virtual mode not set.
 

Example:

  Declaration of Variables
 
 10 DOKU_LOGIK_1 = virtual_mode()	
 20 put("Virtual mode: ","--------------------",DOKU_LOGIK_1)	
  Result:
 

Functions and commands: Editing Masks