Fabien25
Bioengineer
- Jan 31, 2007
- 6
I have a problem:
I work on batch mode on ADAMS/VIEW
I need to find a adams's function which could do that:
I enter a paramter "i". It's a integer. It is define between 1 and 40. I need an integer or a string in output like that:
i | output
---------------
1 | 01
2 | 02
3 | 03
... | ...
9 | 09
10 | 10
11 | 11
... | ...
39 | 39
40 | 40
I work on batch mode on ADAMS/VIEW
I need to find a adams's function which could do that:
I enter a paramter "i". It's a integer. It is define between 1 and 40. I need an integer or a string in output like that:
i | output
---------------
1 | 01
2 | 02
3 | 03
... | ...
9 | 09
10 | 10
11 | 11
... | ...
39 | 39
40 | 40