databasedeveloping
Technical User
Im working with converting from javascript to vbscript,
im totally lost in javascript and would be happy to get help with this easy one to get started.
Javascript:
var fc;
fc = new Enumerator(f.SubFolders);
while(!fc.atEnd())
{
sTmp = new String(fc.item());
fc.moveNext();
}
what does this looks like in vbscript?
thank you for answering!
im totally lost in javascript and would be happy to get help with this easy one to get started.
Javascript:
var fc;
fc = new Enumerator(f.SubFolders);
while(!fc.atEnd())
{
sTmp = new String(fc.item());
fc.moveNext();
}
what does this looks like in vbscript?
thank you for answering!