|
-
Dec 7th, 2001, 04:57 PM
#1
Thread Starter
New Member
User Defined type question
Public actor() As actorbase
Type actorbase
num As Integer
pos As String
model As New Actor8
End Type
ok theres the basic layout, now my question is can i have a string bound directly to the actorbase root....
in other words.
actor(0)="abcd" 'this returns an error
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
|