VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This smart sample of code will teach users how to transfer a whole array simply from one procedure

by Simon J Smith (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Fri 1st September 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This smart sample of code will teach users how to transfer a whole array simply from one procedure to another, to any form or module.

API Declarations


for k=0 to ld.listcount-1
msgbox ld.list(k) ' every item in the list
next

end sub


Rate This smart sample of code will teach users how to transfer a whole array simply from one procedure




'send to a procedure in a module

sendlistdata list1



Download this snippet    Add to My Saved Code

This smart sample of code will teach users how to transfer a whole array simply from one procedure Comments

No comments have been posted about This smart sample of code will teach users how to transfer a whole array simply from one procedure . Why not be the first to post a comment about This smart sample of code will teach users how to transfer a whole array simply from one procedure .

Post your comment

Subject:
Message:
0/1000 characters