<< Click to Display Table of Contents >> Navigation: Macros > Macro commands and parameters > Macro network commands > Macro command OpenNetwork |
Purpose:
To open network from a network file.
General notation:
OpenNetwork ( Filename )
Filename is a text value. The name of a file can be enclosed in single quotes, or it can be passed through a variable.
Example:
OpenNetwork MyNetworkfile.vnf in folder D:\MyDir:
OpenNetwork( 'D:\MyDir\MyNetworkfile.vnf' )