Thanks, but since we are still in VFP 6.0, the Empty Class won't help me. But I will look at that for the future! I appreciate the suggestions.
Lynette
<i><font color="#663300">Hi Bhavbhuti.
<i><font color="#663300">DIMENSION laArray[5] laArray[1] = "Value One" laArray[2] = Table.FieldName laArray[3] = VarName ... = DoForm("formname", laArray)</font></i>
This would pass "Value One" to formname. To pass the array you would need to say:
= DoForm("formname", /at/ laArray)
But I would like to reiterate Bob's suggestion and say that I have found parameter objects to be a much better idea, especially with the new VFP8 empty class D.OT Check out http://fox.wikis.com/wc.dll?Wiki~EmptyClass</font></i>
Lynette ltillner@yahoo.com
©2002 Lynette Tillner |