This smart sample of code will teach users how to transfer a whole array simply from one procedure
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
(1(1 Vote))
'send to a procedure in a module
sendlistdata list1
This smart sample of code will teach users how to transfer a whole array simply from one procedure Comments
No comments yet — be the first to post one!
Post a Comment