This repository was archived by the owner on Apr 28, 2025. It is now read-only.
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.