• NARS2000 #FMT error in 0.5.9.4

    From Brian McGuinness@b.mcguinness747@gmail.com to comp.lang.apl on Tue May 30 12:04:09 2023
    From Newsgroup: comp.lang.apl

    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:
    rAoSYSVER
    0.5.9.4 Sat Feb 02 21:47:50 2019 Win/64
    'A1,I8' rAoFMT '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 rAoUCS equivalents next to them.)
    --- Brian
    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Bob Smith@bsmith@sudleydeplacespam.com to comp.lang.apl on Tue May 30 20:12:03 2023
    From Newsgroup: comp.lang.apl

    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:

    rAoSYSVER
    0.5.9.4 Sat Feb 02 21:47:50 2019 Win/64
    'A1,I8' rAoFMT '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 rAoUCS 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".

    --- Synchronet 3.21d-Linux NewsLink 1.2
  • From Bob Smith@bsmith@sudleydeplacespam.com to comp.lang.apl on Tue May 30 20:13:24 2023
    From Newsgroup: comp.lang.apl

    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:

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

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

    The latest (unreleased version) displays the output correctly.-a 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".

    --- Synchronet 3.21d-Linux NewsLink 1.2