|
-
Apr 8th, 2010, 04:29 AM
#12
Thread Starter
Lively Member
Re: good old arrays
akilhesh, your suggestion enables me to have 10 records...
however what would the code look like if i didnt know how many records there were? like this instead??
Option Explicit
'~~~ Creating the type
Private Type Student
strName As String
intMark As Integer
End Type
Private Sub Form_Load()
'~~~ Creating the "records"
Dim Students() As Student
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
|