Creates a non-editable importable data object.
This automates the process of creating a secured object containing a data constant.
menu: veeos ==> Data ==> createConstant
library: dataLib
o_createConstant( 8.85418782E-012 , "eps0", "c:/temp/eps0.vxe" ) creates a file containing a single object that in turn contains the value 8.85418782E-012
Once imported this object looks like:
. Note that this is
read-only.
This object does NOT create a constant for use within the program calling createConstant() but rather in a file on disk.
VEE 7.0+, Windows 7+