1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-02 03:50:36 +00:00

Undoes last commit; fix not as easy as initially thought.

This commit is contained in:
FellippeHeitor 2018-10-01 10:27:30 -03:00
parent f6c068ba19
commit b29a46d177

View file

@ -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