|
-
Jun 9th, 2000, 01:17 AM
#1
Thread Starter
Lively Member
This is what I want to happen with this code:
'this will be called in the middle
'of passing the files from source to selected
Sub StoreInfo (lstSourceFiles.Text as string)
Dim SavedFile as String
'there needs to be as many SavedFiles as there
'is selected files which we do not know until
'the file is chosen and passed
'so that savedfile will store all of the information
'the following code is what I want to happen
SavedFile1 = lstSourceFiles.Text
SavedFile2 = lstSourceFiles.Text
'SavedFile will keep adding one for every file passed
End Sub
This what I want to do even possible??
-
Jun 9th, 2000, 01:29 AM
#2
Fanatic Member
Why not use Arrays or even (the boggie word) -- Collections for this?
Unless, I am missing your point altogether, arrays is the answer. And hey; anything is possible in VB.
-
Jun 9th, 2000, 01:42 AM
#3
Thread Starter
Lively Member
Will I be able to get each piece of info out of an array though?? lstSourceFiles.Text contains filename, pgsize and pgname. I need to have access to each one of these pieces of info.
-
Jun 9th, 2000, 02:35 AM
#4
And hey; anything is possible in VB
Try making an OS.
-
Jun 9th, 2000, 02:45 AM
#5
Thread Starter
Lively Member
An OS what is that I'm not sure what you mean. The only OS I know is operating system.
-
Jun 9th, 2000, 03:02 AM
#6
Fanatic Member
Dear Aburke:
Tell us exactly what it is that you need. We can do it.
I am SO cool and I see MegaTron is even cooler. Tell us what you need?
Do you have any problematic code for instance? We'll dehack that in no time.
(MegaTron: You gotta stick by me on this one), haha.
Code:
Const False = 0
Const True = Not False
Anything is possible.
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
|