Create a personal preference variable

Build 1501 on 14/Nov/2017  This topic last edited on: 5/Aug/2014, at 14:50

All the personal preference variables are defined in the Public Class EditorialSystemUserOptions of the TedOptions.vb file. Open the file, and then locate the variables zone:

extra06

All variables have the same structure:

extra06b

1.Fixed prefix <XmlsAttribute()>

2.Fixed declaration Public

3.Unique name (you can use T_ prefix for Ted4 variables and F_prefix for Fred4, but it is not mandatory)

4.Fixed declaration As followed by the appropriate data type, e.g. String, Integer, Boolean etc

5.Default value, after the equal sign

It is recommended to add the same variable name as the name of the field, specified in the Add a new control.