4/12/2010 8:27 AM | |
Posts: 60 Rating: (2) |
Thanks to all. It's working fine |
This contribution was helpful to1 thankful Users |
5/3/2010 4:43 PM | |
Posts: 56 Rating: (8) |
¿And the same solution in C? thanks. |
5/4/2010 8:19 AM | |
Joined: 1/4/2010 Last visit: 9/25/2024 Posts: 650 Rating: (40)
|
Hi In c works like this: strTag1 =GetTagChar("FIRST_TAG_NAME"); strTag2 =GetTagChar("SECOND_TAG_NAME"); strcat( strTag1, strTag2); SetTagChar("CONCATENATE_TAG_NAME",strTag1); i think this document helps in detail. http://support.automation.siemens.com/WW/view/en/37572697 |
Regards |
|
This contribution was helpful to1 thankful Users |
Follow us on