|
-
Feb 6th, 2009, 03:28 PM
#1
Thread Starter
Addicted Member
[RESOLVED] [2008] Need help creating custom object (I think)
Is it possible to setup objects and it's custom attributes in this way:
CustomObject
FileName as string
FilePath as string
FileType as string
RanBefore as Boolean
CurrentRank as Integer
End CustomObject
then set/get attributes like this:
CustomObject.FileName = "Song.MP3"
If CustomObject.RanBefore = True then...
If CustomObject.CurrentRank > 5 then...
etc.
Is this even the right thing to do? If so, how do I create this?
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
|