wxr
2021-03-25 4975f3d6beb81e3967b1018d629be9c3410b9ea3
HDL_ON/Entity/Function/Function.cs
@@ -919,7 +919,13 @@
        {
            get
            {
                return Convert.ToByte(loopId, 16);
                try
                {
                    return Convert.ToByte(loopId, 16);
                }catch
                {
                    return 0;
                }
            }
        }