You can use these features to copy variables between projects and to define variables in a text editor and then load them into your project. (This can be easier than defining a lot of long variables directly in Help+Manual.)
Exporting user-defined variables:
1.In the Project Manager go to
2.Select to Export your project variables to a text file.
Importing user-defined variables from a file:
1.Use an editor like Windows Notepad to create a list of variables in a plain text file, using the following syntax:
VARIABLENAME1=Variable value
MYVARIABLE=another variable value
One variable per line, variable name all in capital letters, no spaces on either side of the = character, no quotes. You can also enter HTML code for HTML variables, of course.
2.Import the variables with the Import button in the Text Variables section in your Project Configuration.
3.If your list includes HTML variables you must manually change the type of the variables to HTML after importing, otherwise the code will be interpreted as plain text.
Use the function (see above) to see an example of the necessary format and the syntax of the file.
Importing user-defined variables from another project:
You can also import all the user-defined variables from another Help+Manual project. To do this just click on Copy properties from... at the bottom of the Text Variables editing window and select the project you want to import the variables from. This will overwrite the variables in the current project.
If you want to merge the variables from another project you must export them to a text file and then import them from the text file (see above).
|