AutoHotkey Community

It is currently May 22nd, 2012, 1:51 pm

All times are UTC [ DST ]


Search found 11 matches
Search these results:

Author Message

 Forum: Support   Topic: hotkey question

Posted: March 25th, 2010, 8:14 pm 

Replies: 2
Views: 208


Thanks AHK guy! I'll study that thread tonight. I knew it was possible - story of my life is looking for the wrong search argument.

Joe

 Forum: Support   Topic: hotkey question

 Post subject: hotkey question
Posted: March 25th, 2010, 7:53 pm 

Replies: 2
Views: 208


OK AHK geeks - how about this? :C?:[a-z]S::tion any lower-case alpha followed by a capital S would yield "tion" as in evaluaS = evaluation, but IS should not produce "Ition" If hotkeys accepted regex notations, the hotkey definition above would do the trick. Can it be done? Joe

 Forum: Support   Topic: grabbing a phone number

Posted: March 14th, 2010, 12:58 am 

Replies: 13
Views: 466


my oldest son told me when he was a small child that the purpose of living was "to meet new people and learn new things" - Well today I learned some new things. Thank you. Just in case I'm not the only one in the dark, here's what I figured out your code meant: RegexMatch( Clip, "[()....

 Forum: Support   Topic: grabbing a phone number

Posted: March 13th, 2010, 5:03 pm 

Replies: 13
Views: 466


; Regex = Abracadabra

wow! - This is just the sort of tool I'm looking for - now I know how I'll spend my Saturday. Thanks alot.

Joe

 Forum: Support   Topic: grabbing a phone number

Posted: March 13th, 2010, 12:47 am 

Replies: 13
Views: 466


Could you provide us a sample of the data you're trying to extract the phone number from? This a sample of (305) 888-6160 text contained in a word document or a text file or outlook journal entry or other 305-888-6160 3058886160 sort of text editing program, like myNoteskeeper which permits the use...

 Forum: Support   Topic: grabbing a phone number

Posted: March 12th, 2010, 9:54 pm 

Replies: 13
Views: 466


something like this?: MsgBox,% CreateNormalPhoneNr("3058886160") ; Normal nr MsgBox,% CreateNormalPhoneNr("305\88.86.160") MsgBox,% CreateNormalPhoneNr("305\88-86.160") MsgBox,% CreateNormalPhoneNr("305-888-6160") MsgBox,% Crea...

 Forum: Support   Topic: grabbing a phone number

Posted: March 12th, 2010, 6:36 pm 

Replies: 13
Views: 466


Thanks for thinking about this - I appreciate it. The phone number could appear in a variety of formats (3058886160 305-888-6160 (305) 888-6160) sometimes within a sentence with spaces on both sides of the number and sometimes at the beginning or end of a line of text - we could rule out internation...

 Forum: Support   Topic: grabbing a phone number

Posted: March 12th, 2010, 5:43 pm 

Replies: 13
Views: 466


I want the program to highlight the phone number string for me. - I want it to figure out what's a phone number and what's not. Clearer?

 Forum: Support   Topic: grabbing a phone number

 Post subject: grabbing a phone number
Posted: March 12th, 2010, 4:09 pm 

Replies: 13
Views: 466


841 pages of questions .. if someone has already invented this wheel, I'd appreciate help finding it. I want to send a phone number in various possible formats (eg 305-888-6160 3058886160 (305) 888-6160) to a variable. (for further use within a program) The program would start from the cursor being ...

 Forum: Support   Topic: creating a temporary hotstring

Posted: March 9th, 2010, 8:34 pm 

Replies: 3
Views: 125


Gee - that was quick! - I'll go back to playing around. Thanks.

Joe

 Forum: Support   Topic: creating a temporary hotstring

Posted: March 9th, 2010, 7:43 pm 

Replies: 3
Views: 125


yes I'm new - I've searched the forum. Here's what I want to do: assign the currently selected text (a number) to the same hotkey (say ^n) and have it remain in force just until the next time I assign a new number to the same key. sort of like the clipboard, but I expect to use the clipboard a numbe...
Sort by:  
Page 1 of 1 [ Search found 11 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group