Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Dim obj As TContentCheck 'I dont have the source for TContentCheck
  2. Set obj = LoadCheck("MyCheck") 'I dont have the source to LoadCheck
  3. For myVar in obj.Items
  4. Dim str As String
  5. str = myVar.Item(1) 'This works
  6. Dim count As Integer
  7. count = myVar.Count 'This works
  8. Next
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement