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 Wanet Telecoms Ltd 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: *

  • Users: JGoudie
  • Content: Threads
  • Order by date
  1. JGoudie

    UnReadable Compiler info

    I know procomm does not support win XP. but i had a few questions. it runs alright on my machine, but i find that the error information and so on is all bunchedon one line with blocks in between, i'm assuming characters that the control couldn't intrepret as a carrige return. has anyone...
  2. JGoudie

    Stack exceeded

    when i tried to declare a two dimensional array like this: integer data[5000][7] it said that it exceeded the stack or whatever when i tried to compile it. I was reading inthe help file and it mentioned something about only having 64k of stack or so. is there a way to increase this so that i...
  3. JGoudie

    Striping Leading spaces

    how would i strip leading spaces from say text like this: " Text is here" i just put quotes around the text to show the spaces in front. i tried a little function something like this, but it doesn't seem to be doing what i want it to do. func StripLSpaces : string param string...
  4. JGoudie

    Just a Question

    Is it possible to send parameters to a script? I mean, if i hook up a script to execute from say a Meta Key button. can i send parameters that i can then use inside my script to determine what it should do?
  5. JGoudie

    Computer rebooting on its own

    I was playing around. I setup a script that would send a key stroke to the remote server to keep the connection alive whenever a certain string was sent to the connected client. This was done using when match call stuff. i had a infinite loop after my when statements with the yield command...
  6. JGoudie

    ANSI and no ANSI text with WHEN or WaitFor

    Hi there, i just purchased procomm earlier today and was playing with the scripting part. I found that procomm matches strings fine if ansi is turned off, but if the incoming data contain ansi sequences and stuff (colors) it doesn't catch them in when or waitfor statements. Is there a way...

Part and Inventory Search

Back
Top