07-08-2016 05:50 AM
Hi every one ,
I want to press 5 number by slider manually to array .
can you help me , how i do it .
thanks
Solved! Go to Solution.
07-08-2016 05:56 AM
07-08-2016 05:57 AM
can you provide more details
07-08-2016 06:01 AM
I know but every time I want a number and I want the numbers press in each element in array .
07-08-2016 06:09 AM
I want to convert 5 different numbers to array . but I have just 1 control (slider ) .
07-08-2016 07:04 AM
07-08-2016 07:41 AM
and start my problem from hier . slider simulates as a Sensor . I want sensor sends the value as a number and after 5 number are sent . they are creat as a array . I want it by for loop . but I can`t .
07-08-2016 07:56 AM
Loop is already a good start.
Next key words you should look up:
- Shiftregister
- Build Array function
Norbert
07-08-2016 08:00 AM
Try to post your original code which you are trying?
Hope your Requirment looks simple but its not providing clear understanding.
07-08-2016 08:28 AM
this is my project . I marked the PART, that i can`t solve.