PxPlus User Forum

Main Board => Discussions => Programming => Topic started by: Lawrence_Leavell on March 25, 2019, 11:34:45 AM

Title: Data Dictionary Variable File Names
Post by: Lawrence_Leavell on March 25, 2019, 11:34:45 AM
Please post an example of using variables to control the actual file location in the Data Dictionary.  I can find no exampes anywhere.
Title: Re: Data Dictionary Variable File Names
Post by: Thomas Bock on March 26, 2019, 02:31:26 AM
Define the physical file as an expression and enter the file name like this:
%path$+"fixedPartOfFileName"
You can use as many global variables as you want.