Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21089

Output a UDT array to an external file

$
0
0
How would I code for the following UDT and write it's contents out to an external text file

Code:

Private Type Poles
 BallX As Long
 DropCount As Integer
 CellNumber(1 To 4) As Integer
 TopBall As Integer
 SecondFromTop As Integer
 ThirdFromTop As Integer
 FourthFromTop As Integer
End Type
 
Private Pole(1 To 16) As Poles


Viewing all articles
Browse latest Browse all 21089

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>