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