Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9008

Re: Values not getting in output?

$
0
0

Instead of obj1 use obj:

 

*Call the instance method

  obj->a = '30'.    " This value i am not getting in output.

   CALLMETHOD obj1->display.

 

Use:

*Call the instance method

  obj->a = '30'.    " This value i am not getting in output.

   CALLMETHODobj->display.

 

Regards


Viewing all articles
Browse latest Browse all 9008

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>