From b29a46d17705b09070dc13dd80882c5ab5b199e0 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Mon, 1 Oct 2018 10:27:30 -0300 Subject: [PATCH] Undoes last commit; fix not as easy as initially thought. --- source/qb64.bas | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/qb64.bas b/source/qb64.bas index aa533284b..ca9412b65 100644 --- a/source/qb64.bas +++ b/source/qb64.bas @@ -17525,11 +17525,6 @@ FUNCTION evaluatetotyp$ (a2$, targettyp AS LONG) Give_Error "Illegal string-number conversion": EXIT FUNCTION END IF - '_MEM? - IF (sourcetyp AND (ISUDT + (1))) <> (targettyp AND (ISUDT + (1))) THEN - Give_Error "Illegal data type conversion (function returns _MEM type)": EXIT FUNCTION - END IF - IF (sourcetyp AND ISSTRING) THEN evaluatetotyp$ = e$ IF (sourcetyp AND ISREFERENCE) THEN