|
-
Apr 2nd, 2002, 01:19 PM
#1
Thread Starter
Addicted Member
What is wrong with this?
End Type
Dim People(1 to 10) as Aperson,br> For i = 1 to 10
Print People(i).strNAME
Next i
People(1).strNAME = "Mary"
People(1).intAGE = "21"
People(1).intMASS = 80
People(2).strNAME = "John"
People(2).intAGE = "14"
People(3).strNAME = "Albert Einstein"
People(3).intAGE = "43"
People(3).intMASS = 120
The Dim People... keeps saying Invalid Inside Procedure and its in the usual read error text
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
|