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 Mike Lewis 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. JGoudie

    UnReadable Compiler info

    I found out a compatibility setting that seemed to work great. I set the compiler to be compatibile with Windows 2000. shows very nice in the window now.
  2. JGoudie

    UnReadable Compiler info

    Yea, i chose compatibility mode Windows 98/Me but it still does the same thing. i will play with different modes adn settings to see if i can find a mode that works.
  3. 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...
  4. 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...
  5. JGoudie

    Striping Leading spaces

    thank you knob. much appreciated, i understand what was wrong now.
  6. 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...
  7. 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?
  8. JGoudie

    Computer rebooting on its own

    I was trying something different this time. this time i just left procomm plus open, with nothing else on my laptop my laptop has 32 megs memory, and is 400 mhz amd turns out, it rebooted after about 48 hours again. I haven't had these problems with my desktop, so i'm thinking its something...
  9. JGoudie

    Computer rebooting on its own

    Hmm, i am running a Tradewars game server too. maybe it is the problem. i will run a simular script connected to a remote machine instead of a local game server and see if i have the same result of my computer restarting on its own.
  10. JGoudie

    Computer rebooting on its own

    I will check on the windows scheduler in a few. as for what version i'm running, i just recent downloaded it and it says i have Procomm Plus 4.8, build 71
  11. JGoudie

    Computer rebooting on its own

    ya, it is a very simple script. I don't have anything extensive happening. Hope you guys can shed some light on it for me. I appreciate everyones help.
  12. JGoudie

    Computer rebooting on its own

    If i'm running procomm by itself connected to a server its fine. it is just when a script like this runs for 48 hours approximately. when target 0 "Inactivity Warning" call Hit_Key while 1 yield endwhile proc Hit_Key transmit "#" endproc please excuse my script :) I...
  13. JGoudie

    ANSI and no ANSI text with WHEN or WaitFor

    Thank you very much guys
  14. 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...
  15. JGoudie

    ANSI and no ANSI text with WHEN or WaitFor

    thanks a bunch guys. i will give it try. i like the idea of waiting for the text with the ansi codes in it. thank you again guys
  16. 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