Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
class A
public name
public marks
End Class


class B
public grade
End class

function marks returns array of objects of class A to function Grade_Calc

function Grade_Calc uses this array of objects and makes a new array of objects of Class B.Now I want to return the combined array of objects of both classes to function main.

main is the function which called function Grade_Calc and function Grade_Calc called function Marks.
main is in M3.vbs
Grade_Calc is in M2.vbs
and Marks is in M1.vbs

HOw can i do this?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900