Talk:LlListFindList: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Zai Lynch (talk | contribs)
No edit summary
Line 4: Line 4:
:Elements need to equal in type and value. Since strings are case sensitive and since variable names are case sensitive, [[llListFindList]] is case sensitive too.
:Elements need to equal in type and value. Since strings are case sensitive and since variable names are case sensitive, [[llListFindList]] is case sensitive too.
:[[Image:Zai_signature.png|45px]] '''[[User:Zai Lynch|Lynch]]''' <sup><small>([[User talk:Zai Lynch|talk]]|[[Special:Contributions/Zai Lynch|contribs]])</small></sup> 17:47, 13 December 2008 (UTC)
:[[Image:Zai_signature.png|45px]] '''[[User:Zai Lynch|Lynch]]''' <sup><small>([[User talk:Zai Lynch|talk]]|[[Special:Contributions/Zai Lynch|contribs]])</small></sup> 17:47, 13 December 2008 (UTC)
== Keys are seen as strings ==
If you have a haystack list of keys in which you try and find a needle key, you have to convert the needle to string because llListFindList sees keys are strings, not sure why.<br>
[[User:Freefall Ninetails|Freefall Ninetails]] 00:41, 7 January 2010 (UTC)

Revision as of 17:41, 6 January 2010

Is this case-sensitive?

Sayrah Parx 17:23, 13 December 2008 (UTC)

Elements need to equal in type and value. Since strings are case sensitive and since variable names are case sensitive, llListFindList is case sensitive too.
Lynch (talk|contribs) 17:47, 13 December 2008 (UTC)

Keys are seen as strings

If you have a haystack list of keys in which you try and find a needle key, you have to convert the needle to string because llListFindList sees keys are strings, not sure why.
Freefall Ninetails 00:41, 7 January 2010 (UTC)