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:
fc = new Enumerator(f.SubFolders);
while(!fc.atEnd())
{
sTmp = new String(fc.item());
fc.moveNext();
}
thank you for answering!
im totally lost in javascript and would be happy to get help with this easy one to get started.
Javascript:
fc = new Enumerator(f.SubFolders);
while(!fc.atEnd())
{
sTmp = new String(fc.item());
fc.moveNext();
}
thank you for answering!