Pro Programmer: How do you pass Variable from Parent package to Child Package?

Tuesday, August 14, 2012

How do you pass Variable from Parent package to Child Package?

First create 2 packages: one named parent and one named child. On both packages create a string variable named "StrVar." In the parent package give the variable the value of "parent." Pass this value to the child package. In the child package, give the variable the value of "child", which will be over written by the parent package.

No comments:

Post a Comment