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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tknight

    Can you fetch the file transfer stats from the Send/Receive File windo

    Thank you. Thought it might be limited. Passmark has a modem test program (http://www.passmark.com/products/modemtst.htm). They may have found the API's for a file transfer protocol of created their own. Again thanks for the reply.
  2. tknight

    Can you fetch the file transfer stats from the Send/Receive File windo

    Aspecters, When you send/transfer a file there are several bits of information updated during the actual transfer in the Zmodem window. Byte count, transfer status, Bytes/second, time remaining, batch remaining. I’m testing some specific networks for dial up data. At this time, depending on...
  3. tknight

    dialstats for DATA and TELNET

    Thank you, I've been trying different things using dialstats with no luck and thought before I gave I would ask.
  4. tknight

    dialstats for DATA and TELNET

    The Dialstats script below works when it set to DATA but when it has TELNET the results are always zero. Should dialstats work for TELNET? I was looking to use the data in the connection log for trending and tracking. At this time I'm using "execute" in several scripts to write the date, time...
  5. tknight

    Counting phone# using loops and arrays

    Made another improvement by moving the "if not nullstr" after the 1st loop. This keeps the 2nd loop from running as often. for count1 = 0 upto raycnt look4this = ddd1[count1] if not nullstr look4this for count2 = count1+1 upto raycnt if strcmp look4this...
  6. tknight

    Array length

    Flea333, I didn't understand you question. You array must be type integer. I'm not able to figure out why you would be concerned in it's size?
  7. tknight

    Counting phone# using loops and arrays

    Thank you, using the value of count2+1 in the 2nd loop made a big difference. Thanks again.
  8. tknight

    Counting phone# using loops and arrays

    I'm trying to find the best way to count occurrences of a string, which is telephone number, using two loops and a array. I'm wondering if using the example below can be improved upon. As you can guess, if raycnt is large can take some time. Raycnt is/was incremented before the looping starts...
  9. tknight

    Array length

    When you created the array, you declare it's size. Ex: string myarray[20] ;contain 20 elements

Part and Inventory Search

Back
Top