|
-
Nov 14th, 2005, 04:46 AM
#1
Thread Starter
Junior Member
[RESOLVED] Add objects to a class
I have defined a class:
Public Class articleOrder
Public myError As Boolean
Public myErrorMessage As String
Public articles() As articleAnswers
End Class
Public Class articleAnswers
Public articleNumber As String
Public quantity As Decimal
End Class
How could I add multiple articleAnswers to articleOrder.articles?
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
|