<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: HP QTP Quiz: Passing by value vs Passing by reference</title> <atom:link href="http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/feed/" rel="self" type="application/rss+xml" /><link>http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/</link> <description></description> <lastBuildDate>Tue, 31 Jan 2012 08:17:01 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Manish Ranjan</title><link>http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/comment-page-1/#comment-22540</link> <dc:creator>Manish Ranjan</dc:creator> <pubDate>Sat, 10 Dec 2011 14:56:42 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=31#comment-22540</guid> <description>Good Example</description> <content:encoded><![CDATA[<p>Good Example</p> ]]></content:encoded> </item> <item><title>By: ravinder</title><link>http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/comment-page-1/#comment-18100</link> <dc:creator>ravinder</dc:creator> <pubDate>Thu, 04 Aug 2011 16:41:35 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=31#comment-18100</guid> <description>@uday   call by reference is the default option in vbscript</description> <content:encoded><![CDATA[<p>@uday   call by reference is the default option in vbscript</p> ]]></content:encoded> </item> <item><title>By: uday</title><link>http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/comment-page-1/#comment-17630</link> <dc:creator>uday</dc:creator> <pubDate>Sun, 17 Jul 2011 17:52:55 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=31#comment-17630</guid> <description>Qtp by default uses pass by value or reference ?</description> <content:encoded><![CDATA[<p>Qtp by default uses pass by value or reference ?</p> ]]></content:encoded> </item> <item><title>By: Sagar Mitkari</title><link>http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/comment-page-1/#comment-15788</link> <dc:creator>Sagar Mitkari</dc:creator> <pubDate>Mon, 16 May 2011 05:25:38 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=31#comment-15788</guid> <description>Hi Ankur i ddnt got the point &quot;Zecty&quot; have mentioned in last line of his comment.
&quot;This shows why it is a good reason to always declare variables!
&quot;
What dose this means??</description> <content:encoded><![CDATA[<p>Hi Ankur i ddnt got the point &#8220;Zecty&#8221; have mentioned in last line of his comment.</p><p>&#8220;This shows why it is a good reason to always declare variables!<br
/> &#8221;<br
/> What dose this means??</p> ]]></content:encoded> </item> <item><title>By: anurag wani</title><link>http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/comment-page-1/#comment-11452</link> <dc:creator>anurag wani</dc:creator> <pubDate>Fri, 03 Sep 2010 11:58:22 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=31#comment-11452</guid> <description>Hi Ankur, is there any way to pass the datatable object as function argument, actually I am facing a problem with my code that I am calling a function from .vbs and trying to access the global data datatable value inside it. but not able to do so....hence I thought if I can pass data table as argument, I need not to pass required parameters and can access them inside the function...plz help and correct if I am wrong...thanks in advance</description> <content:encoded><![CDATA[<p>Hi Ankur, is there any way to pass the datatable object as function argument, actually I am facing a problem with my code that I am calling a function from .vbs and trying to access the global data datatable value inside it. but not able to do so&#8230;.hence I thought if I can pass data table as argument, I need not to pass required parameters and can access them inside the function&#8230;plz help and correct if I am wrong&#8230;thanks in advance</p> ]]></content:encoded> </item> <item><title>By: sekhar</title><link>http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/comment-page-1/#comment-10436</link> <dc:creator>sekhar</dc:creator> <pubDate>Thu, 15 Jul 2010 11:24:38 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=31#comment-10436</guid> <description>Hi Madhu,
please remove double quotes for dtGlobalSheet and try the same statement.
it works..
DataTable.GetSheet(dtGlobalSheet).AddParameter &quot;NewColumn&quot;,&quot;hello&quot;</description> <content:encoded><![CDATA[<p>Hi Madhu,</p><p>please remove double quotes for dtGlobalSheet and try the same statement.</p><p>it works..</p><p>DataTable.GetSheet(dtGlobalSheet).AddParameter &#8220;NewColumn&#8221;,&#8221;hello&#8221;</p> ]]></content:encoded> </item> <item><title>By: Jacky</title><link>http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/comment-page-1/#comment-9214</link> <dc:creator>Jacky</dc:creator> <pubDate>Wed, 30 Jun 2010 13:05:27 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=31#comment-9214</guid> <description>Madhu,
This will work
Datatable.GetSheet(&quot;Global&quot;).AddParameter &quot;New Column&quot;,&quot;Hello&quot;</description> <content:encoded><![CDATA[<p>Madhu,</p><p>This will work</p><p>Datatable.GetSheet(&#8220;Global&#8221;).AddParameter &#8220;New Column&#8221;,&#8221;Hello&#8221;</p> ]]></content:encoded> </item> <item><title>By: Tamiz</title><link>http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/comment-page-1/#comment-8880</link> <dc:creator>Tamiz</dc:creator> <pubDate>Thu, 17 Jun 2010 12:46:32 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=31#comment-8880</guid> <description>Explanation is good...</description> <content:encoded><![CDATA[<p>Explanation is good&#8230;</p> ]]></content:encoded> </item> <item><title>By: mahesh</title><link>http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/comment-page-1/#comment-8584</link> <dc:creator>mahesh</dc:creator> <pubDate>Fri, 04 Jun 2010 16:28:47 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=31#comment-8584</guid> <description>very nice explanation</description> <content:encoded><![CDATA[<p>very nice explanation</p> ]]></content:encoded> </item> <item><title>By: Madhu</title><link>http://www.learnqtp.com/hp-qtp-quiz-passing-by-value-vs-passing-by-reference/comment-page-1/#comment-8352</link> <dc:creator>Madhu</dc:creator> <pubDate>Wed, 26 May 2010 20:51:43 +0000</pubDate> <guid
isPermaLink="false">http://www.learnqtp.com/?p=31#comment-8352</guid> <description>Hi,
When i am trying to add a new column in global sheet using below code--&gt;
DataTable.GetSheet(&quot;dtGlobalSheet&quot;).AddParameter &quot;NewColumn&quot;,&quot;hello&quot;
its throwing an error as &quot;The DataTable.GetSheet operation failed. The dtglobalsheet sheet does not exist.&quot;
***Can anyone give me a solution****
Cheers,
Madhu</description> <content:encoded><![CDATA[<p>Hi,<br
/> When i am trying to add a new column in global sheet using below code&#8211;&gt;<br
/> DataTable.GetSheet(&#8220;dtGlobalSheet&#8221;).AddParameter &#8220;NewColumn&#8221;,&#8221;hello&#8221;</p><p>its throwing an error as &#8220;The DataTable.GetSheet operation failed. The dtglobalsheet sheet does not exist.&#8221;<br
/> ***Can anyone give me a solution****</p><p>Cheers,<br
/> Madhu</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 4/22 queries in 0.022 seconds using disk: basic

Served from: www.learnqtp.com @ 2012-02-10 13:40:29 -->
