octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #42620] exist() does not use "class" argument


From: Rik
Subject: [Octave-bug-tracker] [bug #42620] exist() does not use "class" argument
Date: Wed, 17 Apr 2019 17:57:26 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #42620 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #2:

It seems that exist returns 8 only for classdef.  On Matlab,


x = exist ('containers.Map')
x = 8
y = exist ('ftp')
y = 2


The return value 2 just means an m-file exists on the path, nothing special.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?42620>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]