K
Kou Vang
This seems so easy, yet it is holding up my whole code. I am trying to do
this:
Dim LevelPath as String
LevelPath = Lstlvlfile.List(I)
Set F = fs.OpenTextFile("LevelPath")
But LevelPath="" I have no idea why this is? The other question is, can I
just insert the List(I) value straight into the () after the opentextfile
method? Thanks
Kou
this:
Dim LevelPath as String
LevelPath = Lstlvlfile.List(I)
Set F = fs.OpenTextFile("LevelPath")
But LevelPath="" I have no idea why this is? The other question is, can I
just insert the List(I) value straight into the () after the opentextfile
method? Thanks
Kou