Re: LoopItem doesn't work with GetFiles (WODFTP - WeOnlyDo Discussion board

Re: LoopItem doesn't work with GetFiles (WODFTP (General questions)

by wodDamir, Friday, May 25, 2007, 13:52 (6204 days ago) @ stamman

Hi,

Since you are writing a vbs script, you can't use the Skip parameter. That's actually a limitation on vbs, where you can't set paraameters to affect the component.

For that reason, we have implemented ItemSkip Property which you should use instead of Skip parameter.

You can use it like this:

ftp1.ItemSkip = True

Can you try it and tell me the result?

Regards,
Damba


Complete thread: