Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

2.0.7

Choose a tag to compare

@TheMaster1127 TheMaster1127 released this 10 Jul 08:06
· 9 commits to main since this release

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.