Welcome to APLNext Sign in | Join | Help
in
Community Website
Blogs Forums

Problem with ⎕fi and ¨ “each”

Last post 02-08-2007, 4:38 PM by Fred.Waid. 1 replies.
Sort Posts: Previous
  • Problem with ⎕fi and ¨ “each”

     02-07-2007, 6:00 PM

    Problem with  ⎕fi and ¨ each

    This is in APL+Win:

     

        ⍴n←'123 one'  '34 two'   '219 3'   '3 23 four'

    4   

         ↑¨⎕fi¨n

    123  34  219  3

     

    In Visual APL Cielo Explorer the last step give you :

     

    Input string was not in a correct format., source: <string>, startLine: 1, startColumn: 0, lineText: 3 23 22kdk

  • Re: Problem with ⎕fi and ¨ “each”

     02-08-2007, 4:38 PM

    George,

    Well, that is a good find.

    It was the strong type identifier like the n in the second position following the o that was causing this problem. 

    We fixed it.  It will be in 5.1

    Fred

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems