• NARS2000 #FMT error in 0.5.9.4

    From Brian McGuinness@21:1/5 to All on Tue May 30 12:04:09 2023
    I don't know if this happens in later versions, but in version 0.5.9.4, which is the latest version I can run under Wine on my system, I see integers replaced with zeros:

    ⎕SYSVER
    0.5.9.4 Sat Feb 02 21:47:50 2019 Win/64
    'A1,I8' ⎕FMT 'abc',[1.5]1 2 3
    a 0
    b 0
    c 0
    'abc',[1.5]1 2 3
    a 1
    b 2
    c 3

    (My original code attempted to display characters with their ⎕UCS equivalents next to them.)

    --- Brian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bob Smith@21:1/5 to Bob Smith on Tue May 30 20:13:24 2023
    On 5/30/2023 8:12 PM, Bob Smith wrote:
    On 5/30/2023 3:04 PM, Brian McGuinness wrote:
    I don't know if this happens in later versions, but in version
    0.5.9.4, which is the latest version I can run under Wine on my
    system, I see integers replaced with zeros:

           ⎕SYSVER
    0.5.9.4  Sat Feb 02 21:47:50 2019  Win/64
           'A1,I8' ⎕FMT 'abc',[1.5]1 2 3
    a       0
    b       0
    c       0
           'abc',[1.5]1 2 3
    a 1
    b 2
    c 3

    (My original code attempted to display characters with their ⎕UCS
    equivalents next to them.)

    The latest (unreleased version) displays the output correctly.  I'll
    have to dig a bit to find out why, but apparently it's

    fixed.

    --
    _________________________________________
    Bob Smith -- bsmith@sudleydeplacespam.com
    http://www.sudleyplace.com - http://www.nars2000.org

    To reply to me directly, delete "despam".

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Bob Smith@21:1/5 to Brian McGuinness on Tue May 30 20:12:03 2023
    On 5/30/2023 3:04 PM, Brian McGuinness wrote:
    I don't know if this happens in later versions, but in version 0.5.9.4, which is the latest version I can run under Wine on my system, I see integers replaced with zeros:

    ⎕SYSVER
    0.5.9.4 Sat Feb 02 21:47:50 2019 Win/64
    'A1,I8' ⎕FMT 'abc',[1.5]1 2 3
    a 0
    b 0
    c 0
    'abc',[1.5]1 2 3
    a 1
    b 2
    c 3

    (My original code attempted to display characters with their ⎕UCS equivalents next to them.)

    The latest (unreleased version) displays the output correctly. I'll
    have to dig a bit to find out why, but apparently it's

    --
    _________________________________________
    Bob Smith -- bsmith@sudleydeplacespam.com
    http://www.sudleyplace.com - http://www.nars2000.org

    To reply to me directly, delete "despam".

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)