Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Ask for Help (v1) • Re: Help with String Manipulation is needed.

$
0
0
AHK handles the conversion to numbers already, but you should try >= for the month comparison

CODE:

if (endMonth >= startMonth && endDay > startDay)

since it is the same month you are looking at, just the day differs.

Statistics: Posted by gregster — Today, 13:18



Viewing all articles
Browse latest Browse all 579

Trending Articles