![]() |
|
Compiler gives strange error message (solved) - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Bug Reports (https://forum.boriel.com/forumdisplay.php?fid=15) +---- Thread: Compiler gives strange error message (solved) (/showthread.php?tid=2590) |
Compiler gives strange error message (solved) - baltasarq - 2024-12-29 After doing some more changes to my project, zxbc started to complain about "Can't convert non-numeric value to string at compile time", check it out: Code: reveni.bas:46: error: Can't convert non-numeric value to string at compile timeCode: clrscr()Thanks, -- Baltasar RE: Compiler gives strange error message - boriel - 2025-01-02 Yes, I've located the error. Working on it. Thx for reporting! RE: Compiler gives strange error message - baltasarq - 2025-01-02 Tnaks to you! RE: Compiler gives strange error message - boriel - 2025-01-04 Ok. Please, try this new beta version and let me know if it works :-) http://www.boriel.com/files/zxb/zxbasic-v1.18.0-beta8.tar.gz http://www.boriel.com/files/zxb/zxbasic-v1.18.0-beta8.zip http://www.boriel.com/files/zxb/zxbasic-v1.18.0-beta8-win32.zip http://www.boriel.com/files/zxb/zxbasic-v1.18.0-beta8-linux64.tar.gz http://www.boriel.com/files/zxb/zxbasic-v1.18.0-beta8-macos.tar.gz RE: Compiler gives strange error message - baltasarq - 2025-01-06 It works perfectly now!! Thank you! |