billyheanue
Board Regular
- Joined
- Jul 13, 2015
- Messages
- 109
[TABLE="width: 512"]
<tbody>[TR]
[TD="width: 64, align: right"]5[/TD]
[TD="width: 64, align: right"]3[/TD]
[TD="width: 64, align: right"]1[/TD]
[TD="width: 64, align: right"]4[/TD]
[TD="width: 64, align: right"]7[/TD]
[TD="width: 64, align: right"]8[/TD]
[TD="width: 64, align: right"]2[/TD]
[TD="width: 64, align: right"]6[/TD]
[/TR]
</tbody>[/TABLE]
I have a one line table of 8 numbers, and am trying to write code so that the output is a one line table of 8 numbers - yet they are sorted from 1- 8.
is there any way to structure recursion in VB? any recommendations about solving this?
<tbody>[TR]
[TD="width: 64, align: right"]5[/TD]
[TD="width: 64, align: right"]3[/TD]
[TD="width: 64, align: right"]1[/TD]
[TD="width: 64, align: right"]4[/TD]
[TD="width: 64, align: right"]7[/TD]
[TD="width: 64, align: right"]8[/TD]
[TD="width: 64, align: right"]2[/TD]
[TD="width: 64, align: right"]6[/TD]
[/TR]
</tbody>[/TABLE]
I have a one line table of 8 numbers, and am trying to write code so that the output is a one line table of 8 numbers - yet they are sorted from 1- 8.
is there any way to structure recursion in VB? any recommendations about solving this?