Skip to content

2.0.7

Compare
Choose a tag to compare
@TheMaster1127 TheMaster1127 released this 10 Jul 08:06
· 8 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.