| Author |
Message |
Forum: Support Topic: Loop Parse remove leading blanks |
| tcnt9176 |
|
Posted: February 1st, 2012, 9:25 pm
|
|
Replies: 6 Views: 163
|
| I currently have a macro that selects data from a system in order to determine if the value recorded matches any of the lines of data captured but it will not find a match and through testing I determined that because there are leading blanks (number of blanks depend on length of number) it is not f... |
|
 |
Forum: Support Topic: RegEx Advice Needed. |
| tcnt9176 |
|
Posted: January 12th, 2012, 7:39 pm
|
|
Replies: 6 Views: 343
|
| so how would I take the $ off of the beginning of a number? |
|
 |
Forum: Support Topic: Subtracting 2 Variables |
| tcnt9176 |
|
Posted: December 30th, 2011, 11:57 pm
|
|
Replies: 4 Views: 262
|
| I am having difficulty getting this to work. I have tried it multiple ways without any luck. Thanks for any help you can give me. ;Get Today's Date CheckDate := ClipBoard ;Date Format on Clipboard is mm/dd/yy Today = %A_MM%/%A_DD%/%A_YYYY% Sleep 500 year := SubStr(Today, 7, 4) month := SubSt... |
|
 |
Forum: Support Topic: Remove Leading Zeros from Clipboard |
| tcnt9176 |
|
Posted: October 10th, 2011, 4:09 pm
|
|
Replies: 12 Views: 234
|
| Ok. Thanks for your help!! |
|
 |
Forum: Support Topic: Remove Leading Zeros from Clipboard |
| tcnt9176 |
|
Posted: October 10th, 2011, 4:02 pm
|
|
Replies: 12 Views: 234
|
| ohhh. The problem is that I am at work and they have blocked me upgrading the version I have of AHK. |
|
 |
Forum: Support Topic: Remove Leading Zeros from Clipboard |
| tcnt9176 |
|
Posted: October 10th, 2011, 3:56 pm
|
|
Replies: 12 Views: 234
|
| I tried it and get an error: Call to nonexistent function. |
|
 |
Forum: Support Topic: Remove Leading Zeros from Clipboard |
| tcnt9176 |
|
Posted: October 10th, 2011, 3:43 pm
|
|
Replies: 12 Views: 234
|
Sorry for not being more clear. That number was an example of what it might look like. I actually want to take the leading zeros off the clipboard IF there are leading zeros.
Thanks!! |
|
 |
Forum: Support Topic: Remove Leading Zeros from Clipboard |
| tcnt9176 |
|
Posted: October 10th, 2011, 3:06 pm
|
|
Replies: 12 Views: 234
|
I have a number that sometimes begins with 2 leading zeros "00". When this occurs, I need it to drop the leading zeros.
00AB3875637 |
|
 |
Forum: Support Topic: IF Clipboard |
| tcnt9176 |
|
Posted: September 23rd, 2011, 2:48 pm
|
|
Replies: 1 Views: 81
|
Please help tell me why this is not working. I tried it with & without quotation marks and neither work.
Code: If ContractCode = "SI" { ContractCode := 115250006 } |
|
 |
Forum: Support Topic: Multiple If Statment not working |
| tcnt9176 |
|
Posted: August 24th, 2011, 2:34 pm
|
|
Replies: 2 Views: 73
|
that didn't work so I changed the "OR" to "AND" and it worked. Still early in the morning in TN. Thanks for your help!!! |
|
 |
Forum: Support Topic: Multiple If Statment not working |
| tcnt9176 |
|
Posted: August 24th, 2011, 2:25 pm
|
|
Replies: 2 Views: 73
|
| Can someone tell me why this isn't working? If I put a msgbox asking for len it gives me the correct answer of 13. However the if statement is not working. ClipBoard = Send ^c ClipWait Sleep, 500 ID := Clipboard Stringlen,len,ID Sleep 300 If (len <> 11 or len <> 12 or len <> 13) { MsgBo... |
|
 |
Forum: Support Topic: Multiple Ifs in Statement |
| tcnt9176 |
|
Posted: August 23rd, 2011, 2:58 pm
|
|
Replies: 3 Views: 120
|
| You were Right!! It works perfectly now!! Thanks!!! |
|
 |
Forum: Support Topic: Multiple Ifs in Statement |
| tcnt9176 |
|
Posted: August 23rd, 2011, 2:43 pm
|
|
Replies: 3 Views: 120
|
| I am trying to get this to work but it is not recognizing when given the scenario found in the If Statement below. I am sure that it is something minor but I have tried it multiple ways and cannot get it to work. Thanks for any help you can give!! If GroupNo = 0863182 and (Explanation = "TP... |
|
 |
Forum: Support Topic: Greater than Date Comparison |
| tcnt9176 |
|
Posted: August 22nd, 2011, 5:36 pm
|
|
Replies: 1 Views: 110
|
I need script that will let me know if the date copied to the clipboard is greater than 01/01/2003. I looked through the forum and didn't have any luck finding a question like this.
Thanks. |
|
 |
Forum: Support Topic: Delete Remove Dash from Clipboard |
| tcnt9176 |
|
Posted: August 22nd, 2011, 4:06 pm
|
|
Replies: 2 Views: 86
|
|
 |
| Sort by: |