You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a simple requirement: arguments which are not options should be put in a list then processed on a "best effort" basis: for each of them try to convert it to a float, if OK process as float, else process as string. Is there some way to retrieve such list ?
Regards
Pascal
The text was updated successfully, but these errors were encountered:
Hello,
I have a simple requirement: arguments which are not options should be put in a list then processed on a "best effort" basis: for each of them try to convert it to a float, if OK process as float, else process as string. Is there some way to retrieve such list ?
Regards
Pascal
The text was updated successfully, but these errors were encountered: