Results 1 to 2 of 2

Thread: ML_ExpressionEvaluation.tbasic

  1. #1

    ML_ExpressionEvaluation.tbasic

    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

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Right you are!

    Thanks for spotting that.
    Changes source code for the next update.
    Attached Images Attached Images
    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

Similar Threads

  1. Replies: 9
    Last Post: 17-11-2011, 08:08
  2. Passing Arguments To Tbasic Program
    By peralta_mike in forum Core module
    Replies: 4
    Last Post: 03-11-2011, 19:12
  3. Invoking One .tbasic Program From Another .tbasic Program
    By gungadout in forum thinBasic General
    Replies: 46
    Last Post: 23-11-2009, 12:01
  4. difference between .tbasic and .tbasicc
    By sandyrepope in forum Console
    Replies: 4
    Last Post: 22-05-2008, 23:29

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •