Forum Discussion

Daniellovesmith's avatar
Daniellovesmith
Contributor
6 years ago

calling two functions in a single line of code?

Question: I want to call functions from a single point.   Ex:   1. Function Test1() { }   2. Function Test2() { }   I need to call the above two functions in single poin...