7/29/2020 9:08 AM | |
Posts: 6 Rating: (0) |
Hello, And what could I do to display cyrillic characters instead of question marks? Changing the encoding in the Outlook did not help. |
7/29/2020 9:19 AM | |
Posts: 6 Rating: (0) |
WinCC V7.4 SP1 |
7/29/2020 9:33 AM | |
Posts: 6 Rating: (0) |
I store them in an array in the script: process_alarm_texts = Array("Заклинивание пина", "AGV застряла", "Не выбран маршрут"). |
7/29/2020 10:14 AM | |
Joined: 5/16/2014 Last visit: 9/12/2022 Posts: 7298 Rating: (2172)
|
Hello kategl, for "uni-code-text" you need an array of 16-Bit elements. see:
Georg Berghof |
PS: If this post did really help you, you may use the Rate-button |
|
7/29/2020 11:57 AM | |
Posts: 6 Rating: (0) |
When I declare variables as strings, for example, Dim text1 As String, I cannot save the script because of the "Expected end of statement" error. |
Follow us on