| View previous topic :: View next topic |
| Author |
Message |
Ian
Joined: 15 Jul 2007 Posts: 1077 Location: Enterprise, Alabama
|
Posted: Wed May 07, 2008 3:48 am Post subject: Recognizing Expressions (3x) |
|
|
I just think this would be so much easier for all of us. I think it'd be cool to have ahk recognize things like 3x as 3*x or 3(x) as 3*x etc.. _________________ 1,000 Posts achieved on Saturday April 26, 2008 1:45 am |
|
| Back to top |
|
 |
tic
Joined: 22 Apr 2007 Posts: 1271
|
Posted: Wed May 07, 2008 10:41 am Post subject: |
|
|
| i think thats a silly idea, because then you cant have any variable called that. it would mean you would be greatly limited to the variable names you could use |
|
| Back to top |
|
 |
Lexikos
Joined: 17 Oct 2006 Posts: 2359 Location: Australia, Qld
|
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 702
|
Posted: Wed May 07, 2008 7:19 pm Post subject: |
|
|
That could also be confused with the implicit string concatenation operator when a space is left between two variables in an expression | Code: | one = 1
msgbox % one one |
_________________ My Home Thread
More Common Answers: 1. It's in the FAQ 2. Ternary ( ? : ) guide 3. Post code with [code][/code] tags |
|
| Back to top |
|
 |
|