Home Forums Programming Powershell Unable to pass the values between functions (in Grid, no data is being displayed) RE: Unable to pass the values between functions (in Grid, no data is being displayed)

  • Hi Lowell

    Did not understand what you are trying to say. I dont want to pass any parameters to my function "AcceptedFeatures". It's supposed to generate the values of the parameters:

    For E.g, $ACTION , $FEATURES, etc....and finally I want the values to be displayed while I call the other function (ShowinOutGrid)

    Do you have an idea how would I be able to travsrse the variable values across functions?

    Note - I don't want to use the variables as "global though".

    Thanks.