| Author |
Comment/Response |
Michelle
|
04/24/09 00:26am
I have a While loop looped in a For loop in this format:
For[
While[
]
Print[]
]
This ends up printing one number after it goes through one While loop. It does this until the For loops is not true.
Is there a way to make this list of numbers into a List (aka: {a1, a2, a3, ... })?
URL: , |
|