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

    Telnet problem running Procomm with XP

    I don't know what to say Knob! Thanks! It is working right now with 5 telnet Procomm sessions [pc3] blasting commands and reading the responses without a single character bleed into another session! I have sent over 5000 commands without a problem, where as before, within 30 or 50 I would see...
  2. rcavour

    Telnet problem running Procomm with XP

    Has anybody seen a thread safety problem running Procomm with Windows XP when multiple instances of procomm [telnet mode] are executing scripts? I am experiencing COMWRITE and/or TRANSMIT conflicts between different telnet sessions running my scripts. I have noticed characters from an output...
  3. rcavour

    Aspect Naming conventions - Variable not case sensitive

    I knew that ASPECT special keywords were not case sensitive, but not until today, that I found out that variables, func and proc names fall under the ASPECT naming element convention of not being case sensitive. Since my background in purely C/C++, I always got into the habit of using multicase...
  4. rcavour

    Extracting a random number of lines from file

    I am wondering if my script is doing too much work, and would like to know if there is a cleaner way of doing this. I am saving the scrollback buffer to a file, and later I try to extract a block of information from this file. (I have no way of knowing the block size, which can range from 2 to...
  5. rcavour

    Embedded compiler with text editor??

    Knob, this is absolutely incredible!! I already set up my TextEditor per the suggested document and it is awesome. THANK YOU VERY MUCH!
  6. rcavour

    Embedded compiler with text editor??

    I use TextPad to edit all my aspect scripts since you can setup the application to show keywords, operators, strings in different colors. It would be incredibly neat if the compiler could be embedded with this TextPad application, or any other text editor that allows to configure keyword colors...
  7. rcavour

    Looking for end of line index position in a string

    Yeah that worked too when adjusting the data length. Thank you for the hints!
  8. rcavour

    Looking for end of line index position in a string

    You right. Once I started playing with the script I caught that the TEXT flag was stripping those characters. I was able to fix my fuction by using strlen instead of strchr and compensating for the 0-based index as such: func Process_Info : string param string strLine integer...
  9. rcavour

    Looking for end of line index position in a string

    Could someone tell me what I am doing wrong here. I have a function that takes a line string created by fgets and the script passes this string to my function Process_Info(see below). I need to extract the string from a fixed index location to the end of the line. I am having problems getting...

Part and Inventory Search

Back
Top