Page 10 of 21 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 203

Thread: thinBASIC 1.9.16.X

  1. #91
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,529
    Rep Power
    170
    To #Profile/ thinBasic_Profiler:

    how about one more column:
    "Average Running Time" = Iif("Calls" = 0, 0, "Run(ms)"/"Calls")
    ?
    I think there are missing some Forum-sections as beta-testing and support

  2. #92
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Sure, accepted

    Will be present in 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

  3. #93
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,529
    Rep Power
    170
    sucking download like a greedy vampire
    I think there are missing some Forum-sections as beta-testing and support

  4. #94
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    ThinBASIC Updated to 1.9.16.10

    Download link can be found in the first post in this thread

    • Few fixes
    • #INCLUDEDIR has now a set of new meta tags
    • #INCLUDE has now a set of new meta tags
    • #INCLUDE has now a new logic for searching files: relative paths are always relative to the parent script file. Before it was always relative to the main script file.
    • Improved SMTP message size
    • hexadecimal numbers can be indicated using c notation 0x...
    • left/right bit shifting like in C using <<< and >>>
    • numeric and string equates can now be indicated without = sign
    • thinAir: added experimental code indentation
    • thinAir: added Scintilla Code editor inside Template window
    • thinAir: added CTRL+1 for brace matching
    • #PROFILE has now a second optional parameter that allows to save a profile session file
    • #PROFILE has now function total execution time and function mean time


    See What's New in help for additional info.
    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

  5. #95
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,529
    Rep Power
    170
    Quote Originally Posted by ErosOlmi View Post
    • #PROFILE has now function total execution time and function mean time
    something seems wrong with them column headers here,
    see image
    "No. Parameters" equals "Function Run(ms)" and "No. local Vars" seems to hold the mean-time...
    Attached Images Attached Images
    Last edited by ReneMiner; 15-01-2016 at 09:13.
    I think there are missing some Forum-sections as beta-testing and support

  6. #96
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Data is OK (last 2 columns are the new 2 columns added in this version Total time and Mean) but viewer is the old one.
    Maybe I did an error in Setup script creator so new Profile viewer was not updated.
    I will check
    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

  7. #97
    Thanks for the Update.
    but what it means : numeric and string equates can now be indicated without = sign

    a=4 , i though first that we can now write a 4 , or is it about the comparison operators ??

  8. #98
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,529
    Rep Power
    170
    only to assign equates (constant values), that means

    $a "hello" ' equals $a = "hello"
    %a 123     'equals %a = 123
    
    I think there are missing some Forum-sections as beta-testing and support

  9. #99
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,529
    Rep Power
    170
    ERROR,

    something's wrong with the nesting of IF-SELECT CASE-DO LOOP-WHILE WEND-stuff.
    I get Error-messages for stuff that does not apply
    I think there are missing some Forum-sections as beta-testing and support

  10. #100
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Regarding #PROFILE ... I've uploaded a new thinBasic Setup.
    I didn't find any error but for security I've created it again, tested in a virtual machine and seems fine.
    Please download again thinBasic a.9.16.10


    Quote Originally Posted by ReneMiner View Post
    ERROR,

    something's wrong with the nesting of IF-SELECT CASE-DO LOOP-WHILE WEND-stuff.
    I get Error-messages for stuff that does not apply
    Can you give me more info.
    Where is this happening ?
    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

Page 10 of 21 FirstFirst ... 8910111220 ... LastLast

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
  •