i have simple assign activity input is string and i am converting to int(32) and holding variable “Year” but i am passing input as letters in year like “Two Thousand Twenty Four” in this case program need to move to try catch but it is not move and struck in assign active.
Could you please help any one.
Try catch exceptions are caught when run in Run mode. If you want to catch the exception in Debug mode then enable Continue on Exception in Debug Panel.