I'm just wondering, how does importing/exporting lists work?
For example, if you import a file, how will the list decide where the file splits to create the different parts.
Offline
Import to list takes text out of the file, and each line is inserted on its place into the list, so line 1 would be list element 1, 2 will be 2 and so on.
Exporting simply takes a list and saves it as a text file.
Offline
Yep.
It works like this:
YOUR TEXT FILE! wrote:
Item 1 of list.
Item 2 of list
Item 3 of list
Blablabla
And so on.
Item 6, ftw
Last edited by RHY3756547 (2010-01-27 12:15:37)
Offline