|
-
Nov 29th, 2000, 12:44 PM
#1
I have the procedure
Private Sub PopulateSupplier(storage() As clsMRItem)
End Sub
If I try and reference storage(x).something as the first thing I do, it works just fine.
If, on the other hand I were to add these 2 lines into the procedure,
Public LineNo As Integer
Public Offset as Integer
I am unable to reference storage(x).something.
Unless I am way off the mark, those 2 lines of code should nto do anything of the sort. I have no other variables with those names (global or otherwise). If you have seen something like this, please let me know what's going on.
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
|