Search found 1091 matches

by Me_again
Mon Feb 07, 2005 3:54 am
Forum: Beginners
Topic: Parentheses in Let? Convert value to String?
Replies: 10
Views: 13350

Parentheses in Let? Convert value to String?

I need to read a celcius temperature value from a space delimited data file, convert to F and pass the value with degree sign and F to another program. Q1. Not a big deal because there's a work around. It doesn't seem like I can do a complex calculation like: Let>temp=(param_5*1.8 )+32 So I have to ...
by Me_again
Tue Jan 25, 2005 11:13 pm
Forum: General Discussion
Topic: IfWindowOpen always return true
Replies: 8
Views: 9499

I don't know if there is something special about the way that program has to be closed, but if not you could just PSKILL it http://www.sysinternals.com/ntw2k/freeware/pskill.shtml In my experience PSKILL doesn't cause an error if the program isn't open so you can just routinely call it from the scri...
by Me_again
Mon Jan 24, 2005 1:12 am
Forum: Beginners
Topic: Multiple parameters from .ini file?
Replies: 2
Views: 4711

Ah, thank you, got it now :D
by Me_again
Sun Jan 23, 2005 10:19 pm
Forum: Beginners
Topic: Multiple parameters from .ini file?
Replies: 2
Views: 4711

Multiple parameters from .ini file?

What's the best way to read multiple parameters from an ini file? I found ReadIniFile but that appears to only read a single line .ini and I'd like to use 5 parameters/lines.
by Me_again
Fri Jan 21, 2005 4:52 pm
Forum: Technical / Scripting
Topic: I need some help
Replies: 2
Views: 3830

This thread should provide what you need http://www.mjtnet.com/usergroup/viewtop ... =yesterday
by Me_again
Thu Jan 13, 2005 11:14 pm
Forum: Technical / Scripting
Topic: a timeout session?
Replies: 3
Views: 5338

There's a similar thread here http://www.mjtnet.com/usergroup/viewtop ... ght=pskill that led me to pskill, it works great :D
by Me_again
Wed Jan 12, 2005 11:54 pm
Forum: Technical / Scripting
Topic: Compiling complex "if" statement fails
Replies: 7
Views: 8561

That's great news :D

I recall being confused about getting a compiler upgrade myself...
by Me_again
Tue Jan 11, 2005 9:05 pm
Forum: Technical / Scripting
Topic: Compiling complex "if" statement fails
Replies: 7
Views: 8561

Just a quick update. I tested your.exe on a W2K box and it fails with the same error message you quoted above, so I think you have something seriously wrong with your compiler/install.

I'll followup and send you a test file later.
by Me_again
Tue Jan 11, 2005 5:35 pm
Forum: Technical / Scripting
Topic: Compiling complex "if" statement fails
Replies: 7
Views: 8561

I sent you a PM.
by Me_again
Tue Jan 11, 2005 3:24 am
Forum: Technical / Scripting
Topic: Compiling complex "if" statement fails
Replies: 7
Views: 8561

Let>a=5
Let>b=6
Let>e=?
Let>f=?

IF>{(%a%=5) AND (%b%=6)}
Let>e=YES
ELSE
Let>f=NO
ENDIF
Message>%e% %f%

Compiles and runs fine for me on W2K and XP Home, SP1. I'm using 7.3.04. I have also compiled other complex IF macros without problem.
by Me_again
Sat Jan 08, 2005 12:21 am
Forum: Technical / Scripting
Topic: GetRectCheckSum problems
Replies: 14
Views: 10598

...and if it's not a static image then it's a complete crap shoot what values get captured to what variable.
cron
Sign up to our newsletter for free automation tips, tricks & discounts