Forum Discussion

Veroniquelu's avatar
Veroniquelu
Contributor
9 years ago
Solved

How to use the value in the previous function

For example:   function a (b) { return (c:c) }   function a (e) { return (f:f) }   function d (c,f) { //Statement } I am calling the functions thru excel, I would like to run function...
  • Veroniquelu's avatar
    Veroniquelu
    9 years ago

    My issue has been resolved, I simply used multiple Global Variables instead of trying to use Global Array. Thank you all the same.