VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

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

Simon J Smith  (2 Submissions)   Custom Controls/Forms/Menus   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Fri 1st September 2000   Mon 8th February 2021

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))
This smart sample of code will teach users how to transfer a whole array simply from one procedure .bas

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

0/1000 characters