Difference between revisions of "Talk:LlGetNotecardLine"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
Check validity of: "If the return is a NULL_KEY then notecard could not be found in inventory???". Check what happens if permissions are not present.
Check validity of: "If the return is a NULL_KEY then notecard could not be found in inventory???". Check what happens if permissions are not present.
:I've checked it and it never return a NULL_KEY. [[User:Strife Onizuka|Strife Onizuka]] 21:29, 16 April 2007 (PDT)
:I've checked it and it never return a NULL_KEY. [[User:Strife Onizuka|Strife Onizuka]] 21:29, 16 April 2007 (PDT)
== Does not support negative indexes ==
But....The first line is index "0" and strangely the last line is numbered as if the first line was "1".
Eg. llGetNumberOfNotecardLines() returns 6. Thus with line 0 being the first line , line 5 should be the last but this is not the case. Line 6 is the correct index for the last line. ???? -- '''[[User:EddyFragment Robonaught|Eddy]]''' 16:54, 24 May 2009 (UTC)

Revision as of 09:54, 24 May 2009

Check validity of: "If the return is a NULL_KEY then notecard could not be found in inventory???". Check what happens if permissions are not present.

I've checked it and it never return a NULL_KEY. Strife Onizuka 21:29, 16 April 2007 (PDT)

Does not support negative indexes

But....The first line is index "0" and strangely the last line is numbered as if the first line was "1".

Eg. llGetNumberOfNotecardLines() returns 6. Thus with line 0 being the first line , line 5 should be the last but this is not the case. Line 6 is the correct index for the last line. ???? -- Eddy 16:54, 24 May 2009 (UTC)