Search found 3 matches

by Scriefers
06 Nov 2018, 18:00
Forum: Ask for Help (v1)
Topic: While loop not looping Topic is solved
Replies: 3
Views: 959

Re: While loop not looping Topic is solved

TLM wrote:
06 Nov 2018, 10:26
I suggest reading up on expressions
Thanks man, it works perfectly now.
by Scriefers
06 Nov 2018, 02:39
Forum: Ask for Help (v1)
Topic: While loop not looping Topic is solved
Replies: 3
Views: 959

While loop not looping Topic is solved

I wrote a piece of code to help name a ton of picture boxes in visual studio, but I can't seem to get the while loop to work properly. It exits the code after the first run through of the while loop and I can't figure out why. Can anybody help? a=1 b=39 c=158 x=0 F12:: while (a < 153) { if (a=14) or...
by Scriefers
14 Mar 2018, 20:59
Forum: Ask for Help (v1)
Topic: Doing maths w\ autocorrect script
Replies: 2
Views: 625

Doing maths w\ autocorrect script

I'm still new to AHK and I'm having trouble with modifying an autocorrect script to do maths and unit conversions on the go, e.g. typing in 5inchtocm and it correcting it to 12.7cm or typing 5*3 and getting 15. Here's the code: #NoEnv #SingleInstance force MoveCaret: IfWinNotActive, New Hotstring re...

Go to advanced search