Search found 2 matches

by huwilerp
07 Feb 2018, 01:38
Forum: Ask for Help (v1)
Topic: Pulover's Macro Creator Conversion
Replies: 1
Views: 725

Pulover's Macro Creator Conversion

I've been researching, and maybe this is not even an option or maybe I should shift away from this program. I am trying to do the bottom, to generate number from 000000 to 999999. However, I can't see to find how to use the SetFormat option in Pul's Macro Creator. SetFormat, Float, 04.0 ; This makes...
by huwilerp
07 Feb 2018, 01:35
Forum: Pulovers Macro Creator
Topic: AHK Converstion
Replies: 1
Views: 2003

AHK Converstion

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...

Go to advanced search