Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: Manual class programming example


From   Ulrich Kohler <[email protected]>
To   [email protected]
Subject   st: Manual class programming example
Date   Wed, 15 Mar 2006 16:42:00 +0100

We try to reproduce the introductive class programming example shown in 
[P] "class - class programming", pg. 28. Unfortunately we get the error 
message "set 1 2: class member function not found, r(4023);". Any ideas what 
happens here.


---------------------------------
. do 11.class
. version 9
. class coordinate {
.       double x
.       double y
. }
. program .set 
  1.         args x y
  2.         .x = `x'
  3.         .y = `y'
  4. end
.
end of do-file

. .coord = .coordinate.new

. .coord.set 1 2
set 1 2: class member function not found
r(4023);
--------------------------------------


Uli

-- 
[email protected]
+49 (030) 25491-361
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index