Search found 14 matches

by gaberiel__2
02 Apr 2023, 20:07
Forum: Ask for Help (v1)
Topic: Is possible to do this in a single For Loop? Topic is solved
Replies: 3
Views: 306

Re: Is possible to do this in a single For Loop? Topic is solved

Instead of sending one command-line parameter containing commas, you can send multiple parameters. You would then examine the A_Args array. I use A_Args[2] and A_Args[3] for something else. I just wanted to keep things simple just to deal with this psuedo variables need, i will consider it if the n...
by gaberiel__2
02 Apr 2023, 11:43
Forum: Ask for Help (v1)
Topic: Is possible to do this in a single For Loop? Topic is solved
Replies: 3
Views: 306

Is possible to do this in a single For Loop? Topic is solved

This question is somewhat related to a question I asked HERE yesterday. Please feel free to read that, to understand what I am trying to do. In that same thread, mikeyww proposed a solution and pointed me to libraries that could potentially help me with the calculations. After some testing I decided...
by gaberiel__2
01 Apr 2023, 17:44
Forum: Ask for Help (v1)
Topic: How can I perform a math expression using a string the script receives via command line? Topic is solved
Replies: 3
Views: 524

Re: How can I perform a math expression using a string the script receives via command line? Topic is solved

This is exactly what I had in mind but could not express it in words. I will trawl the internet for more of these calculator examples. Thanks for helping once again!
by gaberiel__2
01 Apr 2023, 10:50
Forum: Visual Studio Code
Topic: Help with setting up debugging environment in VSCode please Topic is solved
Replies: 4
Views: 2882

Re: Help with setting up debugging environment in VSCode please Topic is solved

markwiemer wrote:
I did not know of this, very kind of you mark, I will take a look at your program then. Much appreciated
by gaberiel__2
01 Apr 2023, 10:41
Forum: Ask for Help (v1)
Topic: How can I perform a math expression using a string the script receives via command line? Topic is solved
Replies: 3
Views: 524

How can I perform a math expression using a string the script receives via command line? Topic is solved

I have this small program that uses AHK as its back end engine. In this program, I would like to implement a "variables" feature to perform very basic math operations (addition/multiplication etc). the variables/objects being referenced are predefined in the AHK script being called via command line....
by gaberiel__2
23 Feb 2023, 11:38
Forum: Ask for Help (v1)
Topic: Help me improve this function please
Replies: 0
Views: 195

Help me improve this function please

I recently wrote this function, my first ever proper function. I am very pleased with it but I would like to improve it, function is: SymbolWrap(Open, Close){ If WinActive("ahk_exe Code.exe"){ SendInput, %Open% Return } BeforeState := Clipboard SendInput, ^{x} Sleep, 3 If(Clipboard == BeforeState){ ...
by gaberiel__2
23 Feb 2023, 09:42
Forum: Visual Studio Code
Topic: Help with setting up debugging environment in VSCode please Topic is solved
Replies: 4
Views: 2882

Help with setting up debugging environment in VSCode please Topic is solved

So after reading anonymous1184 (A reddit AuotoHotkey, community member whom has saved my skin many times) excellent article, AHK Debugging with Visual Studio Code I want to put my message box days behind me and start using a debugger. My Test.ahk script content consists of: #Warn, All, OutputDebug #...
by gaberiel__2
08 Feb 2023, 07:26
Forum: Ask for Help (v1)
Topic: Using Hotkey If, With EvilC TapHoldManager Library Topic is solved
Replies: 1
Views: 311

Using Hotkey If, With EvilC TapHoldManager Library Topic is solved

Lately I have been using Autohotkey to help me get past my left hands injury and the pain I get when I "push it" by reaching out for keys, especially, when my other hand is on the mouse I recently had this brilliant idea that will let me eliminate reaching out for keys, by using a keypad instead of ...
by gaberiel__2
04 Feb 2023, 01:50
Forum: Scripts and Functions (v1)
Topic: MouseGestureL
Replies: 325
Views: 115702

Re: MouseGestureL

I am currently trying to move over to V2, MouseGesture L is core to my Autohotkey code base. So I am stuck with V1. I am not much of a programmer, I find V1 to be a pain to use. I tested V2 and it solves many of my gripes with V1. Can we please get a V2 port. It does not have to be any time soon. Bu...
by gaberiel__2
18 Jan 2023, 14:25
Forum: Ask for Help (v1)
Topic: Help with using this function please, using multiple parameters Topic is solved
Replies: 2
Views: 303

Help with using this function please, using multiple parameters Topic is solved

Hello, I have been messing with this amazing function I found on the old forums. There is not much information on it. I tried to figure it out on my own but to no avail. I could really use some help with. Here is the link to it. So far I can only seem to pass one parameter to it, but reading his bri...

Go to advanced search