https://bugs.documentfoundation.org/show_bug.cgi?id=154471

Michael Plehnert <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|1                           |0
             Status|NEEDINFO                    |UNCONFIRMED

--- Comment #3 from Michael Plehnert <[email protected]> ---
(In reply to eisa01 from comment #1)
> What happens if you print the individual items in the list?
> 
> I assume the u prefix just means it's unicode format, so this is not a bug
> 
> If that is not the case, can you upload a test document and some description
> of how to test? I tried activating the Logo toolbar, but don't really
> understand how this works
> 
> https://www.w3docs.com/snippets/python/what-exactly-do-u-and-r-string-
> prefixes-do-and-what-are-raw-string-literals.html

Here I tried to print the suspicious LISTs (results after ->):
PRINT [u'W', u'o', u'r', u'd'] → Error (extra or missing spaces at brackets?)
PRINT [u'W', u'o', u'r', u'd'][0] → Error (extra or missing spaces at
brackets?)

Here I printed correct LISTs:
PRINT [“Word”][0] → Word
PRINT ['ABC', 'DEF'][0] → ABC
PRINT [1, 2, 3][0] → 1
Hint: In LibreLogo you can get a single part of a LIST by its index in
brackets, first element has index 0.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to