Display of variable names and identifications

Previous chapterNext chapter Show allShow all    Hide allHide all

You can display variable names and identifications with the the help of the combo element. Proceed in the following way:

  1. Create a combi element.
  2. Select as type of display Status text & picture symbol.
  3. Create a default state.
  4. Enter the following palceholder as status text

fill-in

Description

%n

show the variable name

%n,1,2

shows the variable name starting at position 1 for 2 characters

%N

show the variable name

%N,3,2

shows the variable name minus the first 3 and the last 2 characters

%l

shows the variable identification

%l,1,2

shows the variable identification starting at position 1 for 2 characters

%L

shows the variable identification

%L.3.2

shows the variable identification minus the first 3 and the last 2 characters