@echo Function

Top  Previous  Next

@echo function prints the given string expression to the system console. It can be used for debugging purposes.

Syntax:

@echo(string-expression)

 

Example:

@echo('Value of Option : ' + v:Option)