Documentation corrections
- Last UpdatedMar 19, 2025
- 1 minute read
This section lists corrections to System Platform documentation for this release.
In the System Platform Installation Guide
|
Location |
Existing Text |
Change |
|
Industrial Graphic Editor User Guide/Web Help Appendix A: Windows common control list methods User Guide (PDF): page 439 Web Help: Windows common control list methods |
FindItem Purpose: Accepts a string as a parameter and returns the index of the first item that matches the string. The first item in the list has an index of 0. Used by: Combo Box, List Box Syntax: ControlName.FindItem(SearchString); Info: Find an item in a list |
FindItem Purpose: Accepts a string and a Boolean as parameters and returns the index of the first item that matches the string. The first item in the list has an index of 0. Used by: Combo Box, List Box Syntax: ControlName.FindItem(SearchString, IgnoreCase); Info: Find an item in a list |
|
Industrial Graphic Editor User Guide/Web Help Chapter 3: Work with Graphic Elements > Configure a time value display animation User Guide (PDF): page152 Web Help: Configure a time value display animation |
Elapsed time format The format for elapsed time is: [–][DDDDDD] [HH:MM:]SS[.fffffff] |
Elapsed time format The format for elapsed time is: [–][DDDDDD] [HH:MM:]SS[.fffffff] You cannot change the default format for elapsed time. |