| Author |
Comment/Response |
Jonathan Silverman
|
07/25/11 4:27pm
Hi,
I want to input a list of numbers when prompted by Input[]. But when I try to do that it doesn't work because after inputing let's say three numbers it it looks like this:
RowBox[{"47", ",", "54", ",", " ", "65"}]
Or if i try to put a space between the numbers when entering them into the dialog box prompted by Input[], spaces between numbers automatically gets turned into a multiplication sign!
How do I get around this?
Basically, I want to use input[] to create a list.
URL: , |
|