Ok, I guess the error is coming on a MidStr command, but I can't understand why. Here is the section leading up to the error. Anybody see anything wrong with my code?
GetClipboard>Clipboarda
Length>Clipboarda,New
If>New=9,Glump,Glimp
Label>Glump
MidStr>Clipboarda,3,3,ClipboardB
Search found 5 matches
- Sat Oct 18, 2003 7:26 am
- Forum: Technical / Scripting
- Topic: Error in substring command...??
- Replies: 3
- Views: 5966
- Sat Oct 18, 2003 7:17 am
- Forum: Technical / Scripting
- Topic: Error in substring command...??
- Replies: 3
- Views: 5966
Error in substring command...??
Hi. I get an error that says "Error in SubString Command" when I run my macro. Can anyone tell me what this means exactly? The macro keeps running even though there is an error and it only happens on the first time I have run the macro after restarting my computer. Then everything works fine. Any id...
- Fri Oct 17, 2003 9:29 pm
- Forum: Technical / Scripting
- Topic: Desperate! Please help..Decimals and zeros the same??
- Replies: 6
- Views: 8421
Ok, this is frustrating
Ok, I guess I'm still not getting this. Can you tell me exactly how this macro should look to make it work with the quotes and percentage symbols because I can't get it to? This is closer to what I'm actually using in my larger macro to remove zeros and periods. GetClipboard>Clipboard Let>MyVal=Clip...
- Fri Oct 17, 2003 8:59 pm
- Forum: Technical / Scripting
- Topic: Desperate! Please help..Decimals and zeros the same??
- Replies: 6
- Views: 8421
Thanks!
Hi Bob and support team. Thanks for your help. I haven't tried it yet, but I'm assuming it will work. I imagine I'll figure this out through trial, but I might as well ask. Do I need to use VAREXPLICIT before doing what's described above?
- Fri Oct 17, 2003 11:34 am
- Forum: Technical / Scripting
- Topic: Desperate! Please help..Decimals and zeros the same??
- Replies: 6
- Views: 8421
Desperate! Please help..Decimals and zeros the same??
Ok, apparently Macro scheduler considers a period or decimal "." to be the same as a zero.."0". I"m trying to write a macro to filter out zeros and periods separatelym but it reads them the same. Here's a small example I made just to see if I was going crazy. Either one has the same result. Let>a=0 ...