Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by biry

  1. biry

    set partial string to a var and deleted from main string

    i'm getting error: Expected end of statement Private strText as String ----------------^ i think there is a client / server side mix up? hmm...
  2. biry

    set partial string to a var and deleted from main string

    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
  3. biry

    set partial string to a var and deleted from main string

    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...
  4. biry

    deletion of a duplicating substring

    thanks! that was bigger help than expected. I will use it and tag Motor11 in as the developer, thanks again!
  5. biry

    deletion of a duplicating substring

    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.
  6. biry

    deletion of a duplicating substring

    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...
  7. biry

    removing sections of a string

    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>...
  8. biry

    getting the function to work

    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...
  9. biry

    getting the function to work

    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...
  10. biry

    install with windows server 2003

    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
  11. biry

    isa server 2004

    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
  12. biry

    getting the function to work

    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...
  13. biry

    formating a stringed html

    basically i would like to remove all text between and including <P> to </html> thanks
  14. biry

    formating a stringed html

    i could use the replace and just replace each line at a time with nothing, but i thought there must be an easier way. thanks
  15. biry

    formating a stringed html

    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>...

Part and Inventory Search

Back
Top