I found I can call a sub on a different page which has either a lower case or upper case start to the name but only if it is not expecting data.
I can call page2.test or page 2.Test.
However if test is configured to receive a variable it only works if the sub is called Test but not test.
Must sub names start with a Capital or am I missing something?
I can call page2.test or page 2.Test.
However if test is configured to receive a variable it only works if the sub is called Test but not test.
Must sub names start with a Capital or am I missing something?