Programming
2.4 Complex dialog elements
Expanding the user interface
Commissioning Manual, 11/2006, 6FC5397-0DP10-0BA0
2-45
When compare mode C = 1 is used, the search concept must be found in the search line or
search column. If the search concept cannot be found, the value 0 or an empty string is
output and the error variable ERR is set to TRUE.
2.4.3 Example Access to an array element
Prerequisite
Two arrays are defined below. These are the basis for the following examples.
//A(Thread
(0.3 / 0.075 / 0.202)
(0.4 / 0.1 / 0.270)
(0.5 / 0.125 / 0.338)
(0.6 / 0.15 / 0.406)
(0.8 / 0.2 / 0.540)
(1.0 / 0.25 / 0.676)
(1.2 / 0.25 / 0.676)
(1.4 / 0.3 / 1.010)
(1.7 / 0.35 / 1.246)
//END
//A(Array2)
("DES" / "PTCH" / "CDM" )
(0.3 / 0.075 / 0.202 )
(0.4 / 0.1 / 0.270 )
(0.5 / 0.125 / 0.338 )
(0.6 / 0.15 / 0.406 )
(0.8 / 0.2 / 0.540 )
(1.0 / 0.25 / 0.676 )
(1.2 / 0.25 / 0.676 )
(1.4 / 0.3 / 1.010 )
(1.7 / 0.35 / 1.246 )
//END