|
-
Feb 24th, 2000, 09:00 AM
#1
Thread Starter
Lively Member
is it possible to load an unknown amount of elements into different arrays like this
r = 20
l = 72
For h = 1 To r
v = (r ^ 2 * r)_
- (r - h)
v = l * v
v = Format(v, "######.##")
Load one array with h & v here
load next array with h& v here
Print one array(h,v) here & vbTab & otherarray(h,v) here
Next h
End Sub
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
|