I have written a program that populates a collection of a vb object. Before I add a new item to that collection, I want to check that the key I'm using for that item doesn't already exist within the object (in another words, it hasn't already been assigned to another item). Is there an easy way...
I'd like to know what the best way would be to access (and manipulate) a txt file from a server and displaying it on an html page. Currently I can grab the txt file and place it in a floating frame window, but I need to manipulate it before displaying it. Any ideas?
Here's part of the code and permissions is not an issue.
SET FSO = CreateObject("Scripting.FileSystemObject")
Set WshShell = CreateObject("Wscript.Shell")
SUB LOAD_FILE()
dim TempFileName
TempFileName = Inputbox("Enter Date of Filename (eg...
I have an html page which uses vbscript to open a file from a server and display it (after being manipulated) in a frame. The problem is that the users specify which file they wish to view by entering the date of the file they're after (each file is named date.txt) but the script can't find the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.