Looping Problem [message #678743] |
Mon, 06 January 2020 05:17 |
ANASKABIR
Messages: 15 Registered: November 2019
|
Junior Member |
|
|
i am very upset with looping .. and i am very weak at programming i think.. however, help me solve this problem .. By clicking a button, i want to populate data from first block to other three blocks in this sequence a,b,c > a1,a2,a3 > a11,a12,a13 > a111,a112,a113 and it will be same sequence for b and c also.
[Updated on: Mon, 06 January 2020 05:19] Report message to a moderator
|
|
|
Re: Looping Problem [message #678744 is a reply to message #678743] |
Mon, 06 January 2020 07:24 |
cookiemonster
Messages: 13962 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
That description is far too vague.
What are a,b and c?
What does the rest of the data represent?
Should there always be three rows in each set?
Should there always be three sets?
|
|
|
|
|
Re: Looping Problem [message #678754 is a reply to message #678753] |
Tue, 07 January 2020 03:36 |
ANASKABIR
Messages: 15 Registered: November 2019
|
Junior Member |
|
|
with this a, b and c ,we have to generate a1,a11,a111 then for b, it will be b1,b11,b111..
there is no other condition … it is like alphabet is a table name and there is one column with values a, b, c.
If you can not comprehend me.. i am dropping this topic .. at least, thank you for your response.
|
|
|
Re: Looping Problem [message #678756 is a reply to message #678754] |
Tue, 07 January 2020 07:47 |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
What you said here doesn't match what you said in your first post. How do you expect anyone to be able to answer with such a haphazard post?
|
|
|