Hi,
I am making a flashcard program,which randomly picks a word from a large list (100 words.
The program works fine. However I don't want to enter the whole list manually. Also I want to be able to change the words in the list quickly.
Is there a way to import a list from some other program such as Excel or Notepad?
Thanks.
Offline
No, unless you can somehow create an image of the excel document; you can't. sorry
Offline
Kowalskz wrote:
Hi,
I am making a flashcard program,which randomly picks a word from a large list (100 words.
The program works fine. However I don't want to enter the whole list manually. Also I want to be able to change the words in the list quickly.
Is there a way to import a list from some other program such as Excel or Notepad?
Thanks.
If it is a .txt file, and each word is on a different row, you should be able to import it in a list.
Note:
Here's an example of that kind of list:
Item 1
Item 2
Item 3
If you don't know how to import a list, just use the following steps:
1. Open Scratch and create a new list.
2. Right-click the new list and select "import...".
3. Find the .txt file and click "OK".
It may take a moment to import the list, since it has 100 items.
BTW, if it's in Excel, save it as "Unicode Text". Then just use the instructions above.
Offline
HD123 wrote:
Kowalskz wrote:
Hi,
I am making a flashcard program,which randomly picks a word from a large list (100 words.
The program works fine. However I don't want to enter the whole list manually. Also I want to be able to change the words in the list quickly.
Is there a way to import a list from some other program such as Excel or Notepad?
Thanks.If it is a .txt file, and each word is on a different row, you should be able to import it in a list.
Note:
Here's an example of that kind of list:Item 1
Item 2
Item 3If you don't know how to import a list, just use the following steps:
1. Open Scratch and create a new list.
2. Right-click the new list and select "import...".
3. Find the .txt file and click "OK".
It may take a moment to import the list, since it has 100 items.
BTW, if it's in Excel, save it as "Unicode Text". Then just use the instructions above.
Really, you can do that?
Offline