- Регистрация
- 09.02.2011
- Сообщения
- 1 216
- Благодарностей
- 683
- Баллы
- 113
I am having an issue with the global variable. In a template for a client they have to set the value of the variable before starting the template for proper operation with multithreading. When I manually set the variable as a number, in the template I am getting an error when adding the value of 1 to it. I get an error message that says I can't add an integer to a string. What needs to be done to fix this. There is no place or option to declare the variable as an int or string.