Skip to content

Support for System.Object[] return type #4

Description

@mikeclayton

It'd be nice if AutoBot could handle return System.Object[] return values from PowerShell scripts. This should allow him to deal with pipline output.

E.g.

function MultiValueReturn()
{
"value1";
100;
new-object System.Object;
}

returns a System.Object[] containing @("value1", 100, new-object System.Object)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions