fix_path()

Adds the appropriate backslashes needed in a string to handle control characters correctly. This should be used when dealing with strings that represent paths. Returns a string that represents a path with backslashes added appropriately to handle control characters.

Syntax:

fix_path(path);

where

path is a string.

Example:
decl newPath;
newPath = fix_path("/users/myhome/project/template.ael");

Where Used:

Measurement Expressions (Data Display equations and Schematic MeasEqns), Schematic, Layout, Simulation, GUI

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources