14 Sep
1999
14 Sep
'99
3:14 p.m.
Fredrick Rybarczyk wrote:
Could anyone please tell me about how to create a property that contains a list? So far I've been using the token "type" for my lists but right now I need some whitespace within my listitems and I don't know how to escape them. ["pelle bulle", "nisse", "et cetera"] I also need to know what 'selection' and 'multiple selection' are. Pretty please with sugar on top?
Try using "lines" instead of "tokens". This allows anything except newlines in your items. Can't help you with the 'selection' stuff, as I haven't used it yet.