AHK Converstion

Advanced Macro Recorder/Editor.

Moderator: Pulover

huwilerp
Posts: 2
Joined: 07 Feb 2018, 01:13

AHK Converstion

07 Feb 2018, 01:35

SetFormat, Float, 04.0 ; This makes the value of "1" appear as 0001 instead of 1
var:="0000"
Loop, 10
{
var+=1.0 ; Cannot use var++ because it becomes Integer format instead of Float
Send e%var%{Enter}
}
return


For the life of me, I can't figure out how to set this up in Pulover's Macro Creator... I bought a radio on Ebay, and it has a password on it and before I wipe it, I would like to see how the guy formatted it...

Any assistance would be helpful.
User avatar
SL5
Posts: 879
Joined: 12 May 2015, 02:10
Contact:

Re: AHK Converstion

07 Feb 2018, 02:26

round(x * 10 ) / 10

Return to “Pulovers Macro Creator”

Who is online

Users browsing this forum: No registered users and 24 guests