Partition Function

Partition Function

Anonymous
Not applicable
265 Views
3 Replies
Message 1 of 4

Partition Function

Anonymous
Not applicable
When using the Partition function, where are the resulting values stored, and how do you access those values?

TIA

Albert
0 Likes
266 Views
3 Replies
Replies (3)
Message 2 of 4

jbooth
Advocate
Advocate
The partition function of which object/class/module?
0 Likes
Message 3 of 4

Anonymous
Not applicable
No, I don't believe that's the same thing. I mean the partition function, as in: Partition (number, start, stop, interval).
0 Likes
Message 4 of 4

jbooth
Advocate
Advocate
So you want the Partition function of the Visual Basic IDE (MSVBVM60.DLL).

http://msdn2.microsoft.com/en-us/library/ek4702k8(VS.80).aspx

Example (copied from the link):
dim result as string
result = Partition(year, 1950, 2049, 10)
'result will now be: "1980:1989"
0 Likes