DT425 Constant
DI000295 CONST
ID of the text constant
Details
- The text constants supplied by PLANTA
- are firmly referenced in the program or
- are used in Python scripts or in the format components.
- Number structure: <license><3 digit counter>
DI000296 Constant
Here, the name of the constant is entered.
Notes
- In standard text constants there are placeholders like, e.g. %s, %i%. These are filled with the corresponding data when the text constants are output either via Python or, in the case of text constants used in the source, by the program.
- If there are several equal placeholders in one text constant, the sequence in which they are replaced is stored fixedly. If the text of such a text constant is changed, this must be taken into account in order to prevent errors in the output.
DI051813 Use in source
This field indicates whether the text constant is used in the source.
DI024662 Category
The entry in this field can be used to classify text constants.
DI001916 Created by
When a record is created, the ID (code) of the logged-on user is automatically entered in this field. The creating user is also the owner of a record.
DI000421 Created on
Upon creation of a record, the time of creation is automatically entered here.
DI065475 Python code
When a record is created, the Python code for the text constant is automatically generated here.