From d5ac71f8a92d99930ff574ded8fc7e13a2ac0c30 Mon Sep 17 00:00:00 2001 From: Fellippe Heitor Date: Fri, 22 Jan 2021 23:22:19 -0300 Subject: [PATCH] Gives more descriptive message for "Label not defined". --- source/qb64.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/qb64.bas b/source/qb64.bas index a1941be42..bd4649bc2 100644 --- a/source/qb64.bas +++ b/source/qb64.bas @@ -10944,7 +10944,7 @@ FOR r = 1 TO nLabels END IF END IF - linenumber = Labels(r).Error_Line: a$ = "Label not defined": GOTO errmes + linenumber = Labels(r).Error_Line: a$ = "Label '" + RTRIM$(Labels(r).cn) + "' not defined": GOTO errmes END IF