Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust FrameworkManager exec and create to accept parameter strings using ordinal locations #969

Closed
NickDraper opened this issue Apr 24, 2008 · 1 comment
Milestone

Comments

@NickDraper
Copy link
Contributor

Currently the Framework Manager accepts a parameter string into execute and create algorithm.
This is formatted like this

Param1=34;Param2=Thiry;Param3=bob

This should be altered so the following is ALSO possible
“34;Thirty;bob”

i.e. If the Param name is not specified it uses the ordinal position in the string and matches it to the ordinal position of the parameter.

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 121

@NickDraper NickDraper added this to the Iteration 8 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant