Talk:OsMakeNotecard
From OpenSimulator
(Difference between revisions)
m |
|||
Line 6: | Line 6: | ||
: I will add the alternative way (string) as well. | : I will add the alternative way (string) as well. | ||
: --[[User:Fritigern|Fritigern]] 03:47, 12 September 2011 (UTC) | : --[[User:Fritigern|Fritigern]] 03:47, 12 September 2011 (UTC) | ||
+ | |||
+ | The example seems to make a notecard with each event. Is there a way for this function to be used to append to a notecard? I would love to see a set of functions to append to, delete from, and search in notecards in order to create larger database capacity. [[User:Mlorrey|Mlorrey]] ([[User talk:Mlorrey|talk]]) 20:57, 29 January 2017 (PST) |
Latest revision as of 20:57, 29 January 2017
In the function specification it states that osMakeNotecard takes a list as a second argument, but in the code example it takes a string. Testing revealed that it actually does expect a list. I corrected this in the example. ~Nihlaeth
- Actually, every time i made a notacard, using this function, it worked flawlessly with a string (which, as we know, can be up to 256 characters long).
- Knowing that it will ALSO take a list instead of a string is good news, because now i can create longer notecards, which can be useful for storing visitor lists on notecards.
- I will add the alternative way (string) as well.
- --Fritigern 03:47, 12 September 2011 (UTC)
The example seems to make a notecard with each event. Is there a way for this function to be used to append to a notecard? I would love to see a set of functions to append to, delete from, and search in notecards in order to create larger database capacity. Mlorrey (talk) 20:57, 29 January 2017 (PST)