Search:

Type: Posts; User: twick; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,722

    Count the loops

    What i usually do is declare a "dummy" variable and then count in the loop.
    For example:

    i = 1
    <tr>
    <% WHILE NOT objRS.EOF

    i = 1 + i
    Response.Write "<td>" & whatever & "</td>"
    IF i = 4 THEN
  2. Replies
    1
    Views
    5,754

    I will help you do it for free. Its not as hard...

    I will help you do it for free. Its not as hard as you may thing, just ask away.
  3. Replies
    16
    Views
    52,366

    You can unless you have the original source...

    You can unless you have the original source files. DLL's have been compiled.
Results 1 to 3 of 3