thanks pkailas,
is there a way to make it more dynamic for the "variable"
as i have to use this for many variables, starting at variable49 and ending with variable1076 (incrementing ever 13, like so: variable49, variable62, variable75, ... variable1076
hi, was wondering how a variable can be set to certain characters of a string while deleting it from the string
I have this string where the info is formatted like this:
some_text_always_different (different_numbers) (more text)
e.g.
BERMAN MICHAEL BRUCE (0001266261) (Reporting)
i would like...
can you help me get started on this, my VB skills suck as i'm just learning. How would i use split on the data to loop through an array
thanks
The answer to both your questions are yes.
hi,
I have a string containing html code and though the string, And in no particular tagging order i have a duplicate HTML lines that i would like to eliminate the second one, a kind of find the sections of the string where this is duplicating right afer itself and delete the second repeater...
Hi, i have a string with html code, the begining of the string is as follows:
<html><head><title>Testing</title></head><body><center>Items 1 - 80<br>
<table>
<tr BGCOLOR="#D6D6D6">
<th align="left" nowrap="nowrap" width="4%">Form</th>
<th align="left" nowrap="nowrap" width="4%">Formats</th>...
yes i've tried that with no luck - i get a blank screen. I thought maybe i'm calling a null cell number to i tried running the NumberCells function:
variable2 = NumberCells("http://www.yahoo.com")
in which i also get a blank screen
when i view source of the blank screen i get:
<!DOCTYPE...
as a test, this isn't working:
variable = GetCell(2, www.yahoo.com)
error:
Microsoft VBScript runtime error '800a01a8'
Object required: 'www'
/todaysq3.asp, line 98
if i use without www. i still get object expected and if i use the http:// i get error of:
Microsoft VBScript compilation...
i was wondering what benefits i can expect when i install ISA server 2004 on the windows Server 2003 (fully patched, standard edition with no active directory - hence web enviroment only)
will the asp scripts run faster, better? will things be faster/better overall?
thanks
i was told that the ISA server 2004 would speed up server2003. Is this true? can i install ISA with server2003 standard edition and install it over top? Does ISA server run in the background or does it replace server 2003?
thanks
hi, i'm trying to use the tutorial here:
http://www.4guysfromrolla.com/webtech/031000-1.shtml
but i can't seem to return anything, infact no errors just hangs.
i'm tring to get column values, starting with "Form" from...
Hi, i have an html page as a string, i've used
sFileExt = mid(strRetval, 5418)
to strip unuseful html code. How can i also strip the tail end of the html?
this is the tail end i want to strip off:
<P>
<i>http://www.company.com/cgi-bin/browse</i><BR>
<!-- BEGIN FOOTER -->
<HR SIZE="1">
</div>...
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.