|
-
Oct 28th, 2009, 09:37 PM
#1
Thread Starter
Fanatic Member
The power of object oriented programming
Say I want to create a function
Try 5 times
The function takes a function pointer to another function
function dosomething() as boolean
end function
function tryfivetime (thefunction as what?)
for i = 1 to 5
dosomething
next i
end function
Can I do that? I can't do that on vb6 right, but can I do that on vb.net?
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
|