|
-
Feb 23rd, 2000, 03:17 PM
#1
Thread Starter
Lively Member
I want to display data before printing or saving. I need to put it from a loop to columns. In testing all I can do is print the whole list either all the way down the left side, or with an If Then statement with different Tab() half goes down the left, and half is Tabbed to where I want it, but it starts at the bottom og the first list, not next to it like I want.
1 xxx 6 xxx
2 xxx 7 xxx
3 xxx 8 xxx
4 xxx 9 xxx
5 xxx 10 xxx
This is how I want it if this worked right, but I keep getting it like this
1 xxx
2 xxx
3 xxx
4 xxx
5 xxx
6 xxx
7 xxx
8 xxx
9 xxx
10 xxx
Can anyone help. I don't even know where to look for help. What would you call this. Here is a sample from my code. I am trying to display h and v
For h = 1 To r * 2 - 1
v = (r # 2 # (####((r - h) / r))) _
- (r - h) # (###(2 # (r # h) - h ^ #))
'If statement here like
If h < r Then
x = 10
Else
x = 50
v = l * v / 231
v = Format(v, "######.##")
Print Tab(x)h, v
Next h
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|