‎2007 Oct 16 4:39 AM
hi guru
data : obj type ref to class.
obj stoes what type of data
‎2007 Oct 16 4:42 AM
Hi
This is not a simple variable.
This is a class object: see <b>type ref to class</b> . This is the syntax for creation of an object of a class.
Regards
Dinesh
‎2007 Oct 16 4:45 AM
hi,
Obj is the reference variable for the class..
The object will not be created until you use CREATE DATA.
Thanks
Naren