How can a variable type of a certain variable be detected within a DDS project?
Answer:
Mark the variable (e. g. by mouse click). Then select 'variable declaration' via menu Edit or press 'Shift + F2'. Then the declaration of the selected variable will appear. In this window will can modify the declaration of the selected variable.
Note:
Lenze uses a convention referring to the 'Hungarian Notation'. Each variable name contains the most important features of the variables (e. g. the data type).