2.0.7
Release Notes for HTH Version 2.0.7
Changes
Added null
here is an exmaple:
InputBox, theNumber, Choose a number.
if (theNumber === null)
{
; the user canceled
return
}
Please update to version 2.0.7 to benefit from these improvements.
Added null
here is an exmaple:
InputBox, theNumber, Choose a number.
if (theNumber === null)
{
; the user canceled
return
}
Please update to version 2.0.7 to benefit from these improvements.