U underwear Новичок Регистрация 07.01.2012 Сообщения 79 Благодарностей 3 Баллы 0 02.11.2012 #1 Data -> Random -> Number -> From 1 to 10 -> put to variable 'read' Now, i don't need to random, just order to get 1, 2, 3...10. Please help me, thank you very much!
Data -> Random -> Number -> From 1 to 10 -> put to variable 'read' Now, i don't need to random, just order to get 1, 2, 3...10. Please help me, thank you very much!
M Mankush Client Регистрация 31.10.2011 Сообщения 189 Благодарностей 17 Баллы 28 02.11.2012 #2 Use loop and increase value. Реакции: underwear
U underwear Новичок Регистрация 07.01.2012 Сообщения 79 Благодарностей 3 Баллы 0 02.11.2012 #3 1 instance read 1 2 instance read 2 3 instance read 3 ... not just read 1,2,3... in one instance, Can do?
1 instance read 1 2 instance read 2 3 instance read 3 ... not just read 1,2,3... in one instance, Can do?
Hungry Bulldozer Moderator Регистрация 12.01.2011 Сообщения 3 441 Благодарностей 834 Баллы 113 02.11.2012 #4 underwear сказал(а): 1 instance read 1 2 instance read 2 3 instance read 3 ... not just read 1,2,3... in one instance, Can do? Нажмите, чтобы раскрыть... You can do that with global variable Реакции: underwear
underwear сказал(а): 1 instance read 1 2 instance read 2 3 instance read 3 ... not just read 1,2,3... in one instance, Can do? Нажмите, чтобы раскрыть... You can do that with global variable
U underwear Новичок Регистрация 07.01.2012 Сообщения 79 Благодарностей 3 Баллы 0 02.11.2012 #5 how to do that? thank you!!! Hungry Bulldozer сказал(а): You can do that with global variable Нажмите, чтобы раскрыть...
how to do that? thank you!!! Hungry Bulldozer сказал(а): You can do that with global variable Нажмите, чтобы раскрыть...
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 02.11.2012 #6 Vid about global variables from drvosjeca: http://www.youtube.com/watch?v=S7jJ3LG4FtI Реакции: underwear
U underwear Новичок Регистрация 07.01.2012 Сообщения 79 Благодарностей 3 Баллы 0 04.11.2012 #7 i need the global variables to increase 1 when instance finish, and when i open the second instance, the global variables will show the value of increased 1. Pls help me, thank you.
i need the global variables to increase 1 when instance finish, and when i open the second instance, the global variables will show the value of increased 1. Pls help me, thank you.
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 05.11.2012 #8 You need to initiate global variable with 1 project and increase it in other project. Not all in one.
You need to initiate global variable with 1 project and increase it in other project. Not all in one.