Hello

In Clipper and xHarbour this code works ok:

ENABLE TYPE CLASS ALL

Local aArray := { 'John', 12, .t., ctod( '' ) }
   
   aArray:Append( 2002 )

   ? Len( aArray ) // 5

But in Harbour I get this error:
   Error BASE/1004 Message not found: :APPEND

I checked vm/classes.c but could not find a clue. May be I am missing some
switch in compiling Harbour.

Regards
Pritpal Bedi, INDIA-USA

-- 
View this message in context: 
http://www.nabble.com/Variables-Types-as-Classes-tp14327998p14327998.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to