Forum Discussion

nazz's avatar
nazz
Occasional Contributor
12 years ago

how to call parameterised method which resites in other files.

how to call parameterised method which resites in other files.



Ex: File1



function method1(varArray)

{ }



File 2

function file2()

{

//I want to give call to method1 of file1.

}