Hi,
If I'm not mistaken you may want to change this in the ML_ExpressionEvaluation.tbasic sample
line 227 :eval_setNumber( mid$(CHR$(ASC("A") TO ASC("Z")), i, 1)+FORMAT$(j), mlgrid_get(hGrid, i, j) ) to eval_setNumber( mid$(CHR$(ASC("A") TO ASC("Z")), j, 1)+FORMAT$(i), mlgrid_get(hGrid, i, j) )
consequently :
line 80 :mlgrid_put(hGrid, 3, 2, "=A2/B2") to mlgrid_put(hGrid, 3, 2, "=B1/B2")
ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64
Right you are!
Thanks for spotting that.
Changes source code for the next update.
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Bookmarks